diff options
-rwxr-xr-x | convert.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ else: print("Usage:\nconvert.py [-n|-y] [SOURCE] [DESTINATION]") print(" -n ffmpeg: Do not overwrite output files, and exit immediately if a specified output file already exists. (Default option)") print(" -y ffmpeg: Overwrite output files without asking.") + sys.exit() def dirSize(path,ext1,ext2): list_dir = [] |