add first, delete later
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user