exit on error before cleanup

This commit is contained in:
MaZderMind 2015-02-27 12:20:12 +01:00
parent 60de9c1028
commit 6276998f2f

View file

@ -156,6 +156,9 @@ def rendertask(task):
# as before, in non-debug-mode the thread-worker does all progress messages
if debug:
if r != 0:
sys.exit()
print("cleanup")
# remove the .frames-dir with all frames in it