Use better default for height of pulley (using the new keyword style)

This commit is contained in:
Florian Festi 2017-03-29 07:41:05 +02:00
parent ff6da9eb80
commit bad114400f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Pulley(Boxes):
def __init__(self):
Boxes.__init__(self)
# remove cli params you do not need
self.buildArgParser("h")
self.buildArgParser(h=6.)
self.argparser.add_argument(
"--profile", action="store", type=str, default="GT2_2mm",
choices=pulley.Pulley.getProfiles(),