Skip to content
Snippets Groups Projects
Commit a35949c8 authored by Christoph Kowalski's avatar Christoph Kowalski
Browse files

Changed layout converter path management to be callable outside of the main...

Changed layout converter path management to be callable outside of the main program with the current folder structure.
parent dd81ab00
No related branches found
No related tags found
2 merge requests!110V1.2.0 changes,!103Integrated overcooked-ai into cooperative cuisine.
Pipeline #58632 passed
......@@ -39,4 +39,4 @@ def convert_overcookd_ai_layouts(file_root, filename):
if __name__ == "__main__":
convert_overcookd_ai_layouts("", "cramped_corridor.layout")
convert_overcookd_ai_layouts(Path().resolve().parents[1], "cramped_corridor.layout")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment