Add exit code to check_config script (#5471)
This commit is contained in:
parent
ccd2588cf7
commit
a6f341f06a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ def run(script_args: List) -> int:
|
|||
print(' -', skey + ':', sval, color('cyan', '[from:', flatsecret
|
||||
.get(skey, 'keyring') + ']'))
|
||||
|
||||
return 0
|
||||
return len(res['except'])
|
||||
|
||||
|
||||
def check(config_path):
|
||||
|
|
Loading…
Add table
Reference in a new issue