Browse Source

Fix no-done constants.

Jelmer Vernooij 10 years ago
parent
commit
1f05e25544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/server.py

+ 1 - 1
dulwich/server.py

@@ -336,7 +336,7 @@ class UploadPackHandler(Handler):
         self._processing_have_lines = False
         self._processing_have_lines = False
 
 
         if not graph_walker.handle_done(
         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
             return
 
 
         self.progress(b"dul-daemon says what\n")
         self.progress(b"dul-daemon says what\n")