Arch: Fixed bug in wall
This commit is contained in:
parent
8a92115ec6
commit
e1c3f5ed58
|
@ -397,7 +397,7 @@ class _Wall(ArchComponent.Component):
|
|||
if base:
|
||||
if not base.isNull():
|
||||
try:
|
||||
base.removeSplitter()
|
||||
base = base.removeSplitter()
|
||||
except:
|
||||
print "Wall: Error removing splitter"
|
||||
obj.Shape = base
|
||||
|
|
Loading…
Reference in New Issue
Block a user