Deleted a misplaced tab

This commit is contained in:
Andrwe Lord Weber 2012-08-29 11:13:34 +03:00 committed by Stefan Brand
parent 86eacfa9b5
commit 05ef2a0f8c

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