Update n900-encode.py

Hi,

there was a tab between sys and .exit(4).

Kind regards,
Andrwe
This commit is contained in:
Andrwe Lord Weber 2012-08-29 11:13:34 +03:00
parent 86eacfa9b5
commit 9f7b4feae6

View file

@ -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):