Added missing exit
This commit is contained in:
1
main.py
1
main.py
@@ -212,6 +212,7 @@ For detailed help on each command, use:
|
|||||||
|
|
||||||
if args.command in ["make"]:
|
if args.command in ["make"]:
|
||||||
exec_proxy_command(args.command,selected, repositories_base_dir, all_repos_list, args.subcommand, args.extra_args, args.preview)
|
exec_proxy_command(args.command,selected, repositories_base_dir, all_repos_list, args.subcommand, args.extra_args, args.preview)
|
||||||
|
exit(0)
|
||||||
|
|
||||||
# Dispatch commands.
|
# Dispatch commands.
|
||||||
if args.command == "install":
|
if args.command == "install":
|
||||||
|
|||||||
Reference in New Issue
Block a user