fix up whitespace error

pull/1/head
Lex Neva 2016-01-18 22:22:48 -05:00
rodzic de87bd71eb
commit acd9db29d3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -600,11 +600,11 @@ class Embroider(inkex.Effect):
dest="collapse_len_mm", default=0.0, dest="collapse_len_mm", default=0.0,
help="max collapse length (mm)") help="max collapse length (mm)")
self.OptionParser.add_option("-f", "--flatness", self.OptionParser.add_option("-f", "--flatness",
action="store", type="float", action="store", type="float",
dest="flat", default=0.1, dest="flat", default=0.1,
help="Minimum flatness of the subdivided curves") help="Minimum flatness of the subdivided curves")
self.OptionParser.add_option("-o", "--preserve_layers", self.OptionParser.add_option("-o", "--preserve_layers",
action="store", type="choice", action="store", type="choice",
choices=["true","false"], choices=["true","false"],
dest="preserve_layers", default="false", dest="preserve_layers", default="false",
help="Sort by stacking order instead of color") help="Sort by stacking order instead of color")