exit on error before cleanup
This commit is contained in:
parent
60de9c1028
commit
6276998f2f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue