From a53db730d36646c3267f1fec654e79f39a70cac2 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 6 Mar 2025 14:52:24 +0100 Subject: [PATCH] Solved bug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 549c4f9..44b826f 100755 --- a/main.py +++ b/main.py @@ -164,7 +164,7 @@ For detailed help on each command, use: args = parser.parse_args() # All - if args.command and args.command != "config": + if args.command and not args.command in ["config","list"]: selected = get_selected_repos(args.all,all_repos_list,args.identifiers) # Dispatch commands. if args.command == "install":