# Fix
* comments trigger line back in
This commit is contained in:
@@ -174,7 +174,7 @@ class Command(BaseKonovaCommand):
|
||||
for element in entries:
|
||||
if i % 10 == 0:
|
||||
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
|
||||
|
||||
self._write_warning(f" Deleted {entries_count}/{entries_count}")
|
||||
|
||||
Reference in New Issue
Block a user