Merge "Sometimes merging of passwords.yml gives json"
This commit is contained in:
commit
f65c0ee806
@ -32,7 +32,7 @@ def main():
|
||||
new_passwords.update(old_passwords)
|
||||
|
||||
with open(args.final, "w") as destination:
|
||||
yaml.dump(new_passwords, destination)
|
||||
yaml.dump(new_passwords, destination, default_flow_style=False)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user