Remove tmp svg file for inkscape export
parent
6370484c4e
commit
2e7dfe4bec
|
@ -74,6 +74,8 @@ def generate_outfile(
|
||||||
.format(inkscape_process.returncode)
|
.format(inkscape_process.returncode)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
os.unlink("tmp.svg")
|
||||||
|
|
||||||
return outfilename
|
return outfilename
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in New Issue