Arch: Misc improvements to Schedule tool

This commit is contained in:
Yorik van Havre
2019-07-17 18:00:29 -03:00
parent 42a5eb138e
commit daa0a2fa9c
3 changed files with 404 additions and 103 deletions

View File

@@ -765,7 +765,7 @@ def pruneIncluded(objectslist,strict=False):
if toplevel:
newlist.append(obj)
else:
FreeCAD.Console.PrintLog("pruning "+obj.Label+"n")
FreeCAD.Console.PrintLog("pruning "+obj.Label+"\n")
return newlist
def getAllChildren(objectlist):