Explorar o código

Fix no-done constants.

Jelmer Vernooij %!s(int64=10) %!d(string=hai) anos
pai
achega
1f05e25544
Modificáronse 1 ficheiros con 1 adicións e 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")