fixed syntax error caused by typo

This commit is contained in:
Mathew Guest 2020-07-19 00:37:38 -06:00
parent c74f09a3c4
commit ffc39641be

@ -94,7 +94,7 @@ class CommandTree:
):
if is_required:
_bootstrap_logger.warn('Unable to enforce required submenu: Requires >= Python 3.7')
del func_args[required]
del func_args['required']
# Creates an argument as a slot in the underlying argparse.
subparsers = self.root_parser.add_subparsers(