Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
havard-hoiby-adsk committed Apr 21, 2024
1 parent 07e5ffd commit 455a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def automate_function(
if b.speckle_type in [Brep.speckle_type]
]

print(b["name"] for b in objects)
print(list(b["name"] for b in objects))

context = [b for b in objects if b["name"] == "Context"]
design = [b for b in objects if b["name"] == "Design"]
Expand Down

0 comments on commit 455a9a3

Please sign in to comment.