remove labels again
This commit is contained in:
parent
a5c06971f8
commit
fc2261ce96
@ -57,7 +57,7 @@ class boxesPyWrapper(inkex.GenerateExtension):
|
|||||||
#fix behaviour of "original" arg which does not correctly gets interpreted if set to false
|
#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":
|
if arg == "original" and str(getattr(self.options, arg)) == "false":
|
||||||
continue
|
continue
|
||||||
if arg in ("input_file", "tab", "labels"):
|
if arg in ("input_file", "tab"):
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
cmd += ' --' + arg + ' "' + str(getattr(self.options, arg)) + '"'
|
cmd += ' --' + arg + ' "' + str(getattr(self.options, arg)) + '"'
|
||||||
|
Loading…
Reference in New Issue
Block a user