X-Git-Url: http://git.treefish.org/~alex/photosort.git/blobdiff_plain/224556236ecd0f48f461738bc8157a82f5009618..797a8228d05a1080d6928721d96a53f8fc91ec06:/src/photosort.py?ds=inline diff --git a/src/photosort.py b/src/photosort.py index 2829337..872724e 100755 --- a/src/photosort.py +++ b/src/photosort.py @@ -29,6 +29,10 @@ logging.basicConfig(format='[%(asctime)s] %(levelname)s: %(message)s', level=log_level, datefmt='%m/%d/%Y %H:%M:%S') migrator = Migrator(args.SOURCE_DIR, args.DEST_DIR) + migrator.migrate(args.cleanup) + if args.cleanup: migrator.cleanup() + +migrator.close()