summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/extensions/addnodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/addnodes.py b/share/extensions/addnodes.py
index af59a0d67..b12f440d7 100644
--- a/share/extensions/addnodes.py
+++ b/share/extensions/addnodes.py
@@ -70,7 +70,7 @@ class SplitIt(inkex.Effect):
dest="segments", default=2,
help="Number of segments to divide the path into")
self.OptionParser.add_option("--max",
- action="store", type="int",
+ action="store", type="float",
dest="max", default=2,
help="Number of segments to divide the path into")
self.OptionParser.add_option("--method",