ignore warnings from inkscape
This commit is contained in:
parent
58bab67f55
commit
6b192081e7
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue