Draft: Fixed typo

This commit is contained in:
Yorik van Havre
2019-08-09 23:08:29 -03:00
parent 3a018f26aa
commit 9f31341548

View File

@@ -2650,7 +2650,7 @@ def clone(obj,delta=None,forcedraft=False):
cl = Arch.makeComponent()
else:
try:
clonfunc = getattr(Arch,"make"+obj[0].Proxy.Type)
clonefunc = getattr(Arch,"make"+obj[0].Proxy.Type)
except:
pass # not a standard Arch object... Fall back to Draft mode
else: