From 9ab0506971f758f35f1eae96f4e2270ae40d66d8 Mon Sep 17 00:00:00 2001 From: Edvard Rejthar Date: Wed, 25 Sep 2024 18:09:49 +0200 Subject: [PATCH] WIP --- mininterface/cli_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mininterface/cli_parser.py b/mininterface/cli_parser.py index 10a1fa0..1227112 100644 --- a/mininterface/cli_parser.py +++ b/mininterface/cli_parser.py @@ -114,8 +114,8 @@ def run_tyro_parser(env_class: Type[EnvClass], # Some arguments are missing. Determine which. wf = {} for arg in eavesdrop.partition(":")[2].strip().split(", "): - print("117: parser._actions", parser._actions) # TODO - print("118: arg", arg) # TODO + # print("117: parser._actions", parser._actions) # TODO + # print("118: arg", arg) # TODO argument: Action = next(iter(p for p in parser._actions if arg in p.option_strings)) argument.default = "DEFAULT" # NOTE I do not know whether used if "." in argument.dest: