diff options
author | neodarz <neodarz@neodarz.net> | 2017-07-10 18:42:05 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-07-10 18:42:05 +0200 |
commit | f2f86100de0b0b4201f6fd79e5dc06829ef20ef0 (patch) | |
tree | e6ca0ffdd158718f2858b5523ecbdaed7d670b7d | |
parent | a1bae3e6c8f81ec4838a0f2c28d1e0b85858a730 (diff) | |
download | video_save-f2f86100de0b0b4201f6fd79e5dc06829ef20ef0.tar.xz video_save-f2f86100de0b0b4201f6fd79e5dc06829ef20ef0.zip |
Fix output message error
-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 = [] |