From 0b9c1ce1e2f20b1519ba59785c3dad87127a7f28 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 10 Jul 2017 18:42:05 +0200 Subject: Fix output message error --- convert.py | 1 + 1 file changed, 1 insertion(+) 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 = [] -- cgit v1.2.1