Skip to content

Commit

Permalink
allow explicit to still work
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Dec 12, 2024
1 parent 3613a09 commit 5c86415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def check_provider(cls, data: Any) -> Any:
set_providers = [
provider
for provider in provider_name_abbreviation_map.keys()
if provider in data
if provider in data and data[provider]
]
num_providers = len(set_providers)
if num_providers > 1:
Expand Down

0 comments on commit 5c86415

Please sign in to comment.