Explorar el Código

Fix no-done constants.

Jelmer Vernooij hace 10 años
padre
commit
1f05e25544
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dulwich/server.py

+ 1 - 1
dulwich/server.py

@@ -336,7 +336,7 @@ class UploadPackHandler(Handler):
         self._processing_have_lines = False
 
         if not graph_walker.handle_done(
-                not self.has_capability("no-done"), self._done_received):
+                not self.has_capability(CAPABILITY_NO_DONE), self._done_received):
             return
 
         self.progress(b"dul-daemon says what\n")