Skip to content

Commit

Permalink
Enable 3, 8
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Sep 12, 2023
1 parent 323b44e commit a4cf9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinetoolbox/spine_db_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _remove_item(self, parent, item):
self._remove_item_callbacks.pop(parent, None)
return False
self._remove_items_counter += 1
if self._remove_items_counter in (1, 2, 0, 4, 5, 6, 0, 8, 9, 10, 11, 12, 13, 14, 15):
if self._remove_items_counter in (1, 2, 0, 4, 5, 6, 7, 0, 9, 10, 11, 12, 13, 14, 15):
return True
parent.remove_item(item, self._db_map)
return True
Expand Down

0 comments on commit a4cf9fc

Please sign in to comment.