Remove tmp svg file for inkscape export

master
Lertsenem 2020-07-16 22:22:25 +02:00
parent 6370484c4e
commit 2e7dfe4bec
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ def generate_outfile(
.format(inkscape_process.returncode)
)
os.unlink("tmp.svg")
return outfilename
except Exception as e: