Skip to content

Commit

Permalink
Fix up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
velovix committed Jan 9, 2024
1 parent acc2625 commit 4223afa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion onshape_urdf_exporter/stl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ def simplify_stl(path: Path) -> None:
write_vertex_colors=False,
)
if not success:
print(f"{Fore.YELLOW}WARNING: Failed to simplify STL {path}{Style.RESET_ALL}")
print(
f"{Fore.YELLOW}"
f"WARNING: Failed to simplify STL {path}. See above logs for "
f"clues as to why."
f"{Style.RESET_ALL}"
)

0 comments on commit 4223afa

Please sign in to comment.