Typo fix
This commit is contained in:
parent
9f4fa40b8f
commit
c3380e602d
|
@ -808,10 +808,10 @@ class AsmElement(AsmBase):
|
||||||
|
|
||||||
link = self.Object.LinkedObject
|
link = self.Object.LinkedObject
|
||||||
if not isinstance(link,tuple):
|
if not isinstance(link,tuple):
|
||||||
raise RuntimeError('Borken element link')
|
raise RuntimeError('Broken element link')
|
||||||
obj = link[0].getSubObject(link[1],1)
|
obj = link[0].getSubObject(link[1],1)
|
||||||
if not obj:
|
if not obj:
|
||||||
raise RuntimeError('Borken element link')
|
raise RuntimeError('Broken element link')
|
||||||
if not isTypeOf(obj,AsmElement):
|
if not isTypeOf(obj,AsmElement):
|
||||||
# If not pointing to another element, then assume we are directly
|
# If not pointing to another element, then assume we are directly
|
||||||
# pointing to the geometry element, just return as it is, which is a
|
# pointing to the geometry element, just return as it is, which is a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user