fix _create_polyhedron with no faces
This commit is contained in:
parent
d023af3531
commit
7294fa33b2
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class LevelGeometries:
|
|||
|
||||
def _create_polyhedron(self, faces, bottom=None, top=None, crops=None):
|
||||
if not any(faces):
|
||||
return
|
||||
return ()
|
||||
|
||||
# collect rings/boundaries
|
||||
boundaries = deque()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue