remove labels again

This commit is contained in:
Mario Voigt 2022-11-30 19:59:31 +01:00
parent a5c06971f8
commit fc2261ce96
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class boxesPyWrapper(inkex.GenerateExtension):
#fix behaviour of "original" arg which does not correctly gets interpreted if set to false
if arg == "original" and str(getattr(self.options, arg)) == "false":
continue
if arg in ("input_file", "tab", "labels"):
if arg in ("input_file", "tab"):
continue
else:
cmd += ' --' + arg + ' "' + str(getattr(self.options, arg)) + '"'