mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
code review feedback
This commit is contained in:
@@ -158,7 +158,12 @@ def get_phone_number_from_s3(service_id, job_id, job_row_number):
|
|||||||
return phone_to_return
|
return phone_to_return
|
||||||
else:
|
else:
|
||||||
current_app.logger.warning(
|
current_app.logger.warning(
|
||||||
"Was unable to retrieve phone number from lookup dictionary for job {job_id}"
|
f"Was unable to retrieve phone number from lookup dictionary for job {job_id}"
|
||||||
|
)
|
||||||
|
return "Unknown Phone"
|
||||||
|
else:
|
||||||
|
current_app.logger.error(
|
||||||
|
f"Was unable to construct lookup dictionary for job {job_id}"
|
||||||
)
|
)
|
||||||
return "Unknown Phone"
|
return "Unknown Phone"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user