#34 Wrong variable name in list command
Closed: Fixed by pac23. Opened 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)


Fixed https://pagure.io/fedora-change-wrangler/c/1103a73a838e5925eebbcbcc3c0f5f004d3982a2?branch=development

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

Metadata