aboutsummaryrefslogtreecommitdiff
path: root/convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'convert.py')
-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 = []