mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 16:01:15 -05:00
fix fstrings
This commit is contained in:
@@ -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