add first, delete later
This commit is contained in:
@@ -746,11 +746,11 @@ def main():
|
|||||||
il = ImageList(options)
|
il = ImageList(options)
|
||||||
|
|
||||||
if options.command == "db":
|
if options.command == "db":
|
||||||
if not options.no_delete:
|
|
||||||
il.delete_missing()
|
|
||||||
if not options.no_add:
|
if not options.no_add:
|
||||||
il.recursive_add()
|
il.recursive_add()
|
||||||
il.base_add()
|
il.base_add()
|
||||||
|
if not options.no_delete:
|
||||||
|
il.delete_missing()
|
||||||
if not options.no_delete_data:
|
if not options.no_delete_data:
|
||||||
il.clean_data()
|
il.clean_data()
|
||||||
if options.measure:
|
if options.measure:
|
||||||
|
|||||||
Reference in New Issue
Block a user