|
@@ -277,7 +277,7 @@ class UploadPackHandler(Handler):
|
|
|
|
|
|
|
|
# Did the process short-circuit (e.g. in a stateless RPC call)? Note
|
|
# Did the process short-circuit (e.g. in a stateless RPC call)? Note
|
|
|
# that the client still expects a 0-object pack in most cases.
|
|
# that the client still expects a 0-object pack in most cases.
|
|
|
- if objects_iter is None:
|
|
|
|
|
|
|
+ if len(objects_iter) == 0:
|
|
|
return
|
|
return
|
|
|
|
|
|
|
|
self.progress("dul-daemon says what\n")
|
|
self.progress("dul-daemon says what\n")
|