Skip to content

Commit

Permalink
Reword error log to be more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
furgo16 authored and maxwxyz committed Nov 15, 2024
1 parent 4e0f318 commit a597015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Assembly/UtilsAssembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def getMovingPart(assembly, ref):

if len(names) < 2:
App.Console.PrintError(
"getMovingPart() in UtilsAssembly.py the object name is too short, at minimum it should be something like ['Box','edge16']. It shouldn't be shorter"
f"getMovingPart() in UtilsAssembly.py the object name {names} is too short. It should be at least similar to ['Box','edge16'], not shorter.\n"
)
return None

Expand Down

0 comments on commit a597015

Please sign in to comment.