mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
@@ -150,7 +150,7 @@ def get_phone_number_from_s3(service_id, job_id, job_row_number):
|
|||||||
# change the task schedules
|
# change the task schedules
|
||||||
if job is None:
|
if job is None:
|
||||||
current_app.logger.warning(
|
current_app.logger.warning(
|
||||||
"Couldnt find phone for job_id {job_id} row number {job_row_number} because job is missing"
|
f"Couldnt find phone for job_id {job_id} row number {job_row_number} because job is missing"
|
||||||
)
|
)
|
||||||
return "Unknown Phone"
|
return "Unknown Phone"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user