Jelmer Vernooij пре 10 година
родитељ
комит
1f05e25544
1 измењених фајлова са 1 додато и 1 уклоњено
  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")