diff --git a/omv_backup_v3.py b/omv_backup_v3.py index f85fd5a..9466b6a 100644 --- a/omv_backup_v3.py +++ b/omv_backup_v3.py @@ -325,7 +325,7 @@ if _RESTORE: # Save it again print(f"writing to file {file}") - with open(file, 'w') as stream: + with open("/tmp/lala", 'w') as stream: try: yaml.dump(loaded, stream, default_flow_style=False) except yaml.YAMLError as exc: