Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 092e30687a | |||
| 0eb7cb8c0b |
@@ -174,7 +174,7 @@ class Command(BaseKonovaCommand):
|
|||||||
for element in entries:
|
for element in entries:
|
||||||
if i % 10 == 0:
|
if i % 10 == 0:
|
||||||
self._write_warning(f" Deleted {i}/{entries_count}")
|
self._write_warning(f" Deleted {i}/{entries_count}")
|
||||||
#element.delete() # call individual delete routine to enforce custom delete logic (not called on bulk deleting!)
|
element.delete() # call individual delete routine to enforce custom delete logic (not called on bulk deleting!)
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
self._write_warning(f" Deleted {entries_count}/{entries_count}")
|
self._write_warning(f" Deleted {entries_count}/{entries_count}")
|
||||||
|
|||||||
Reference in New Issue
Block a user