Arch: Fixed bug in wall

This commit is contained in:
Yorik van Havre
2012-06-04 23:06:12 -03:00
parent f312e9585d
commit c85f66c16b

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