Skip to content

Commit

Permalink
--rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Mar 5, 2024
1 parent c94e06c commit 8ccd869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/collision_shape_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
coacd_imported = False
try:
import coacd
import trimesh

coacd_imported = True
except Exception:
coacd_imported = False
print("Failed to import coacd, is it installed? Linux only: 'pip install coacd'")
import trimesh

# not adding this causes some failures in mesh import
flags = sys.getdlopenflags()
Expand Down

0 comments on commit 8ccd869

Please sign in to comment.