milki hace 13 años
padre
commit
3abd3b5a94
Se han modificado 1 ficheros con 2 adiciones y 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)