If tool fails, it would not continue.

patches
Joachim Tingvold 2015-05-04 23:57:27 +02:00
parent ac52f76025
commit 80bb5258d6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class VideoToolWrapper(object):
except:
if self.cleanup:
self.remove(path)
return False
continue
return p
return False