add first, delete later

This commit is contained in:
Q
2024-04-14 11:58:55 +03:00
parent 540d9c6e45
commit e965b8803c

View File

@@ -746,11 +746,11 @@ def main():
il = ImageList(options)
if options.command == "db":
if not options.no_delete:
il.delete_missing()
if not options.no_add:
il.recursive_add()
il.base_add()
if not options.no_delete:
il.delete_missing()
if not options.no_delete_data:
il.clean_data()
if options.measure: