#34 Wrong variable name in list command
Closed: Fixed 4 years ago by pac23. Opened 4 years ago by bcotton.

[🎩1028 bcotton@fpgm ~/devel/fedora-change-wrangler ]$ python3 main.py list
Traceback (most recent call last):
  File "main.py", line 220, in <module>
    Change_Tool()
  File "main.py", line 33, in __init__
    getattr(self, args.command)()
  File "main.py", line 125, in list
    issue = subparser.add_parser('issue', help='Lists issues')
NameError: name 'subparser' is not defined

Should be subparsers? This also occurs a few lines down (userstory = subparser.add_parser)


Metadata Update from @pac23:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata