diff --git a/tools/inkscape_extension/visicut_export.py b/tools/inkscape_extension/visicut_export.py index 60056830..12a61b04 100755 --- a/tools/inkscape_extension/visicut_export.py +++ b/tools/inkscape_extension/visicut_export.py @@ -402,4 +402,4 @@ def get_original_filename(filename): sys.exit(1) # TODO (complicated, probably WONTFIX): cleanup temporary directories -- this is really difficult because we need to make sure that visicut no longer needs the file, even for reloading! -# - maybe add the PID od the running visicut, then we can detect orphaned temp direcories. +# - Maybe add the PID od the running visicut, then we can detect orphaned temp direcories.