From 05ef2a0f8ce835116d485f9cbe8c04f474b601ba Mon Sep 17 00:00:00 2001 From: Andrwe Lord Weber Date: Wed, 29 Aug 2012 11:13:34 +0300 Subject: [PATCH] Deleted a misplaced tab --- n900-encode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n900-encode.py b/n900-encode.py index 3ab601d..f89e7cf 100755 --- a/n900-encode.py +++ b/n900-encode.py @@ -236,7 +236,7 @@ def convert(input, output, res, abitrate, vbitrate, threads, mpopts): subprocess.check_call(ffmenc) except subprocess.CalledProcessError: print("Error: Encoding thread failed!") - sys .exit(4) + sys.exit(4) def progpath(program):