We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505f7bd commit d5a03aeCopy full SHA for d5a03ae
librarian_background/hypervisor.py
@@ -239,6 +239,8 @@ def handle_stale_incoming_transfer(
239
)
240
241
source_status = response.source_transfer_status[transfer.source_transfer_id]
242
+ if source_status is None:
243
+ raise ValueError("No status found for transfer")
244
except Exception as e:
245
logger.error(
246
"Unsuccessfully tried to contact {} for information on transfer "
0 commit comments