We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd6b26 commit 952bfffCopy full SHA for 952bfff
src/warnet/users.py
@@ -41,7 +41,7 @@ def auth(auth_config):
41
if not is_first_config:
42
for category in ["clusters", "users", "contexts"]:
43
if category in auth_config:
44
- if not base_config[category]:
+ if category in base_config and not base_config[category]:
45
base_config[category] = []
46
merge_entries(category, base_config, auth_config)
47
0 commit comments