pylint
This commit is contained in:
parent
8bdcac0f3e
commit
dec79f3742
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ class ManagedStream(ManagedDownloadSource):
|
||||||
if isinstance(err, asyncio.CancelledError):
|
if isinstance(err, asyncio.CancelledError):
|
||||||
log.warning("stopped uploading %s#%s to reflector", self.claim_name, self.claim_id)
|
log.warning("stopped uploading %s#%s to reflector", self.claim_name, self.claim_id)
|
||||||
raise err
|
raise err
|
||||||
elif isinstance(err, OSError):
|
if isinstance(err, OSError):
|
||||||
log.warning(
|
log.warning(
|
||||||
"stopped uploading %s#%s to reflector because blobs were deleted or moved", self.claim_name,
|
"stopped uploading %s#%s to reflector because blobs were deleted or moved", self.claim_name,
|
||||||
self.claim_id
|
self.claim_id
|
||||||
|
|
Loading…
Reference in a new issue