Draft: Fixed typo

This commit is contained in:
Yorik van Havre
2019-08-09 23:08:29 -03:00
parent b630dd7731
commit 8c9a9767e6

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: