fix flake8

This commit is contained in:
Kenneth Kehl
2024-08-13 14:55:55 -07:00
parent b9eec69423
commit 76c02a1507

View File

@@ -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():