Solved bug
This commit is contained in:
2
main.py
2
main.py
@@ -164,7 +164,7 @@ For detailed help on each command, use:
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# All
|
# 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)
|
selected = get_selected_repos(args.all,all_repos_list,args.identifiers)
|
||||||
# Dispatch commands.
|
# Dispatch commands.
|
||||||
if args.command == "install":
|
if args.command == "install":
|
||||||
|
|||||||
Reference in New Issue
Block a user