summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-07-10 18:42:05 +0200
committerneodarz <neodarz@neodarz.net>2017-07-10 18:42:05 +0200
commitf2f86100de0b0b4201f6fd79e5dc06829ef20ef0 (patch)
treee6ca0ffdd158718f2858b5523ecbdaed7d670b7d
parenta1bae3e6c8f81ec4838a0f2c28d1e0b85858a730 (diff)
downloadvideo_save-f2f86100de0b0b4201f6fd79e5dc06829ef20ef0.tar.xz
video_save-f2f86100de0b0b4201f6fd79e5dc06829ef20ef0.zip
Fix output message error
-rwxr-xr-xconvert.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert.py b/convert.py
index d0c8e64..89dd19b 100755
--- a/convert.py
+++ b/convert.py
@@ -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 = []