fix: implement review follow-ups across docs, config, and tests
This commit is contained in:
@@ -174,7 +174,7 @@ def export(ctx, output_format: str, global_config: bool):
|
||||
ctx.exit(1)
|
||||
|
||||
with open(config_file) as f:
|
||||
config_data = yaml.safe_load(f)
|
||||
config_data = yaml.safe_load(f) or {}
|
||||
|
||||
# Redact sensitive data
|
||||
if 'api_key' in config_data:
|
||||
|
||||
Reference in New Issue
Block a user