Skip to content
Snippets Groups Projects
Commit a6ca5d9d authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/soi.py

parent f7fc9969
No related branches found
No related tags found
1 merge request!40#38 #39 Eksporter og importer SOI til/fra fil
Pipeline #76603 passed
......@@ -379,7 +379,8 @@ class SOI:
if self.placement_strategy == "auto":
self.reorganize_rectpack()
elif self.placement_strategy == "manual":
return
# nothing to do
pass
else:
raise Exception(
"Unknown placement strategy: {}".format(
......
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