Skip to content

Commit

Permalink
removed extra _ from reg_svg_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanreader committed Feb 29, 2024
1 parent 157c63e commit b4b0be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icvmapper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_parser():
# --------------

# reg_svg
reg__svg_parser = reg_svg.parsefn()
reg_svg_parser = reg_svg.parsefn()
parser_reg_svg = subparsers.add_parser('reg_svg', add_help=False, parents=[reg_svg_parser], usage=reg_svg_parser.usage)
parser_reg_svg.set_defaults(func=run_reg_svg)

Expand Down

0 comments on commit b4b0be7

Please sign in to comment.