From f7a9efbf6b0d1b9af52d490600da5660047a246c Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Tue, 30 Jan 2024 17:55:15 +0000 Subject: [PATCH] feat: lint autoformat errors FIXES: APER-3146 --- openedx/core/djangoapps/programs/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/programs/tasks.py b/openedx/core/djangoapps/programs/tasks.py index c8f1e6f97f..db60103e4f 100644 --- a/openedx/core/djangoapps/programs/tasks.py +++ b/openedx/core/djangoapps/programs/tasks.py @@ -425,7 +425,7 @@ def award_course_certificate(self, username, course_run_key): # mark this task for retry instead of failing it altogether. if not CredentialsApiConfig.current().is_learner_issuance_enabled: error_msg = ( - "Task award_course_certificate cannot be executed when credentials issuance is disabled in API " "config" + "Task award_course_certificate cannot be executed when credentials issuance is disabled in API config" ) LOGGER.warning(error_msg) raise _retry_with_custom_exception(