remove duplicate level.save()
This commit is contained in:
parent
e93b9dc222
commit
b9c3a961af
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ class LevelGeometries:
|
|||
|
||||
geoms.walls = buildings_geom.difference(spaces_geom).difference(doors_geom)
|
||||
level.geoms_cache = pickle.dumps(geoms)
|
||||
level.save()
|
||||
|
||||
with transaction.atomic():
|
||||
for level in levels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue