Testing some code

This commit is contained in:
echel0n 2014-04-19 18:04:13 -07:00
parent a99ad2cf81
commit 6607775753

View file

@ -21,7 +21,7 @@ class Transcoder:
command = [nzbtomedia.FFPROBE, videofile]
try:
logger.info('Checking if %s has any corruption, please stand by ...' % (videofile))
result = call(command, stdout=bitbucket, stderr=bitbucket)
result = call(command, stderr=bitbucket)
except:
logger.error("Checking video %s for corruption has failed" % (videofile))
return False