no message

This commit is contained in:
Mario Voigt 2020-08-21 16:10:22 +02:00
parent ac56527f8f
commit 01bc088cf9

View File

@ -107,7 +107,7 @@ class Primitive (inkex.Effect):
command += " -o " + exportfile + ".svg"
command += " -n " + str(self.options.n)
inkex.utils.debug(command)
#inkex.utils.debug(command)
# Create the vector new SVG file
with os.popen(command, "r") as proc: