Skip to content

Commit

Permalink
fix oversight of #92
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Jul 18, 2017
1 parent 4715f3b commit f519266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dynamic_reconfigure/parameter_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ def generatewikidoc(self):
"""$i.name= ~$name
$i.default= $default
$i.type= $type
$i.desc=$description $range""", file=f)
).substitute(param, range = range, i = i)
$i.desc=$description $range"""
).substitute(param, range = range, i = i), file=f)
print("}\n}\n# End of autogenerated section. You may edit below.", file=f)
f.close()

Expand Down

0 comments on commit f519266

Please sign in to comment.