diff --git a/scripts/boxes2inkscape b/scripts/boxes2inkscape index 472c7ae..082807b 100755 --- a/scripts/boxes2inkscape +++ b/scripts/boxes2inkscape @@ -66,9 +66,9 @@ class Boxes2INX: e) for e in a.choices) + ' \n') else: if isinstance(a.type, boxes.BoolArg): - t = "boolean" + t = '"boolean"' elif a.type is boxes.argparseSections: - t = "string" + t = '"string"' else: t = { int : '"int"', float : '"float" precision="2"',