mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
lala
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user