This commit is contained in:
2025-03-03 15:13:06 +01:00
parent 1c3468f742
commit 85cf2122b1

View File

@ -325,7 +325,7 @@ if _RESTORE:
# Save it again # Save it again
print(f"writing to file {file}") print(f"writing to file {file}")
with open(file, 'w') as stream: with open("/tmp/lala", 'w') as stream:
try: try:
yaml.dump(loaded, stream, default_flow_style=False) yaml.dump(loaded, stream, default_flow_style=False)
except yaml.YAMLError as exc: except yaml.YAMLError as exc: