Solved bug

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-06 14:52:24 +01:00
parent 3a832b0826
commit a53db730d3

View File

@@ -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":