From 606dfe08348a4c850e2282ae0a20a08176ea0f86 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:45:14 -0400 Subject: [PATCH] update init.py --- src/_nebari/subcommands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/subcommands/init.py b/src/_nebari/subcommands/init.py index 0ec67119ed..4c3412358a 100644 --- a/src/_nebari/subcommands/init.py +++ b/src/_nebari/subcommands/init.py @@ -653,7 +653,7 @@ def guided_init_wizard(ctx: typer.Context, guided_init: str): if not disable_checks: check_cloud_provider_creds( cloud_provider=inputs.cloud_provider, - disable_prompt=ctx.params["disable_prompt"], + disable_prompt=ctx.params.get("disable_prompt"), ) # specific context needed when `check_project_name` is called