milki %!s(int64=13) %!d(string=hai) anos
pai
achega
f5923eaa7b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dulwich/tests/test_index.py

+ 2 - 1
dulwich/tests/test_index.py

@@ -254,7 +254,8 @@ class BuildIndexTests(TestCase):
         self.assertEquals(['.git'], os.listdir(repo.path))
 
     def test_nonempty(self):
-        if os.name != 'posix': self.skip("test depends on POSIX shell")
+        if os.name != 'posix':
+            self.skip("test depends on POSIX shell")
 
         repo_dir = tempfile.mkdtemp()
         repo = Repo.init(repo_dir)