And fixing again...
This commit is contained in:
parent
3cefeaa229
commit
ae12ccd8e6
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def test_database_dump_and_restore():
|
||||||
|
|
||||||
# Restore the database from the archive.
|
# Restore the database from the archive.
|
||||||
subprocess.check_call(
|
subprocess.check_call(
|
||||||
['borgmatic', '-v, '2', '--config', config_path, 'restore', '--archive', archive_name]
|
['borgmatic', '-v', '2', '--config', config_path, 'restore', '--archive', archive_name]
|
||||||
)
|
)
|
||||||
finally:
|
finally:
|
||||||
os.chdir(original_working_directory)
|
os.chdir(original_working_directory)
|
||||||
|
|
Loading…
Reference in a new issue