fixed typo in imagetracer extension

This commit is contained in:
Mario Voigt 2021-04-02 10:19:08 +02:00
parent 4671b78cee
commit 162a2ddd47
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class Imagetracerjs (inkex.Effect):
"," + node.get('y') + ")"
newGroup.append(doc)
# Delet the temporary svg file
# Delete the temporary svg file
if os.path.exists(exportfile + ".svg"):
os.remove(exportfile + ".svg")