scripts/passwords-for: sort metadata

This commit is contained in:
Franzi 2020-11-10 12:49:47 +01:00
parent 3fbe32518a
commit 16e8c4fd00
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ path = environ.get('BW_REPO_PATH', '.')
repo = Repository(path)
def print_faults(dictionary, keypath=[]):
for key, value in dictionary.items():
for key, value in sorted(dictionary.items()):
if isinstance(value, Fault):
try:
resolved_fault = value.value