From 76c02a15071d39921f2ef56769d88a3301ae5032 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 13 Aug 2024 14:55:55 -0700 Subject: [PATCH] fix flake8 --- app/aws/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/aws/s3.py b/app/aws/s3.py index a0c3aad2c..2b7feaf15 100644 --- a/app/aws/s3.py +++ b/app/aws/s3.py @@ -194,7 +194,7 @@ def get_job_from_s3(service_id, job_id): current_app.logger.error(f"Failed to get object from bucket {e}") raise - raise Exception(f"Failed to get object after 5 attempts") + raise Exception("Failed to get object after 5 attempts") def incr_jobs_cache_misses():