Skip to content
Snippets Groups Projects
Commit 952be918 authored by Andi Gerken's avatar Andi Gerken
Browse files

bugfix for new function

parent dae0274f
No related branches found
No related tags found
No related merge requests found
Pipeline #36499 passed
......@@ -127,7 +127,7 @@ def read_poses_from_multiple_files(
elif path is not None and path.exists():
logging.info("found file %s" % path)
with robofish.io.File(path=file, strict_validate=strict_validate) as f:
with robofish.io.File(path=path, strict_validate=strict_validate) as f:
p = f.entity_poses_rad if ori_rad else f.entity_poses
poses_array.append(p)
return poses_array
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment