X-Git-Url: http://git.treefish.org/~alex/photosort.git/blobdiff_plain/33289bef2b08748db1c8061ecf453b291d2dc337..d0096f2d7c8786501dd38f0e727f7dbc4b0cce4c:/src/photosort.py diff --git a/src/photosort.py b/src/photosort.py index 38bea1b..4c4149e 100755 --- a/src/photosort.py +++ b/src/photosort.py @@ -46,3 +46,6 @@ for src_file_name, src_file_path in misc.walk_media_files(args.SOURCE_DIR): dst_time = misc.extract_timestamp(dst_file_path) if src_time > dst_time: misc.import_file(src_file_path, dst_file_path, move=args.cleanup) + +if args.cleanup: + misc.delete_dir_contents(args.SOURCE_DIR)