diff --git a/extensions/fablabchemnitz/boxes.py/boxes_proxy.py b/extensions/fablabchemnitz/boxes.py/boxes_proxy.py index 507006a..7f20a08 100644 --- a/extensions/fablabchemnitz/boxes.py/boxes_proxy.py +++ b/extensions/fablabchemnitz/boxes.py/boxes_proxy.py @@ -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)) + '"'