Reword error log to be more verbose

This commit is contained in:
Furgo
2024-11-04 19:54:32 +01:00
committed by Max Wilfinger
parent 4e0f3185b1
commit a597015d05

View File

@@ -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