mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
partial conversion of complex _process
This commit is contained in:
parent
e820698194
commit
9efed05571
@ -1773,7 +1773,7 @@ class Downloader(QueueMixin, WriteFileMixin):
|
|||||||
|
|
||||||
def failed(f):
|
def failed(f):
|
||||||
item.set_status('failure', self._clock.seconds())
|
item.set_status('failure', self._clock.seconds())
|
||||||
self._log("download failed: %s" % (str(f),))
|
write_failure(f)
|
||||||
self._count('objects_failed')
|
self._count('objects_failed')
|
||||||
return f
|
return f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user