Dan Helfman %!s(int64=6) %!d(string=hai) anos
pai
achega
68281339b7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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)