Arch: Fixed bug in wall

This commit is contained in:
Yorik van Havre 2012-06-04 23:06:12 -03:00
parent 8a92115ec6
commit e1c3f5ed58

View File

@ -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