From ffc39641bec23215b22750e4ac66497df246c5a6 Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sun, 19 Jul 2020 00:37:38 -0600 Subject: [PATCH] fixed syntax error caused by typo --- app_skellington/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_skellington/cli.py b/app_skellington/cli.py index 8b5be8a..3aebd1f 100644 --- a/app_skellington/cli.py +++ b/app_skellington/cli.py @@ -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(