ignore warnings from inkscape

This commit is contained in:
Bjoern Riemer 2018-10-18 00:10:15 +02:00
parent 58bab67f55
commit 6b192081e7
2 changed files with 8 additions and 2 deletions

View file

@ -164,7 +164,7 @@ def rendertask(task):
errorReturn = subprocess.check_output(cmd, shell=True, universal_newlines=True, stderr=subprocess.STDOUT)
if errorReturn != '':
print("inkscape exitted with error\n"+errorReturn)
sys.exit(42)
#sys.exit(42)
# increment frame-number
frameNr += 1