From 7b168021ef7492f2d4d3a9d4d6ac3baef9b2adb4 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 11 Mar 2024 23:00:27 +0700 Subject: [PATCH] fixed linting --- .../services/progress_action/comment_progress_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain_service/services/progress_action/comment_progress_action.py b/chain_service/services/progress_action/comment_progress_action.py index 716cd1e..bf0f323 100644 --- a/chain_service/services/progress_action/comment_progress_action.py +++ b/chain_service/services/progress_action/comment_progress_action.py @@ -46,7 +46,7 @@ class CommentProgressActionService(BaseProgressActionService): if not uploaded_file: logger.error( - f"Uploaded file id not found while running progress_action={self.progress_chain}" + f"Uploaded file id not found while running {self.progress_chain}" ) continue