aboutsummaryrefslogtreecommitdiff
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
commit0b9c1ce1e2f20b1519ba59785c3dad87127a7f28 (patch)
treeef122a583941e005112bd99d1e9c347ffbf787b4
parentf8170c70bed01c6a552cc9fe4129bc5ef8a5bd80 (diff)
downloadconvert.py-0b9c1ce1e2f20b1519ba59785c3dad87127a7f28.tar.xz
convert.py-0b9c1ce1e2f20b1519ba59785c3dad87127a7f28.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 = []