Dan Helfman преди 5 години
родител
ревизия
68281339b7
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      tests/end-to-end/test_database.py

+ 3 - 1
tests/end-to-end/test_database.py

@@ -29,7 +29,9 @@ hooks:
           hostname: postgresql
           username: postgres
           password: test
-'''.format(config_path, repository_path, borgmatic_source_directory)
+'''.format(
+        config_path, repository_path, borgmatic_source_directory
+    )
 
     config_file = open(config_path, 'w')
     config_file.write(config)