Add nice output code message

This commit is contained in:
Joshua Boniface 2019-11-13 11:35:11 -05:00
parent 487e18edf1
commit e88f6f5bdc

View file

@ -198,4 +198,5 @@ p = subprocess.run(rffmpeg_command,
# Cleanup
###############################################################################
os.remove(our_statefile)
debug("ffmpeg finished with code {}".format(p.returncode))
exit(p.returncode)