From fc2261ce9638a8088d61f58956f372d821482aa0 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Wed, 30 Nov 2022 19:59:31 +0100 Subject: [PATCH] remove labels again --- extensions/fablabchemnitz/boxes.py/boxes_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) + '"'