remove the duplicate reporting of this failure

it bubbles out of _process and the caller logs it
This commit is contained in:
Jean-Paul Calderone 2019-02-26 15:10:33 -05:00
parent f89fe3a5ad
commit 46692b5835

View File

@ -1861,7 +1861,6 @@ class Downloader(QueueMixin, WriteFileMixin):
def failed(f):
item.set_status('failure', self._clock.seconds())
write_failure(f)
self._count('objects_failed')
return f