Merge pull request #779 from GSA/debug_for_state

fix fstrings
This commit is contained in:
Carlo Costino
2024-01-31 12:04:59 -05:00
committed by GitHub

View File

@@ -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"