From 34766474c049b5bb756f3d2eb25f0bd11973a258 Mon Sep 17 00:00:00 2001 From: Mohammad Ahtasham ul Hassan <60315450+aht007@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:12:59 +0500 Subject: [PATCH] fix: fix entitlement revocation task (#32750) --- common/djangoapps/entitlements/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/djangoapps/entitlements/tasks.py b/common/djangoapps/entitlements/tasks.py index b79f44dcfadb..47bc0cfd2650 100644 --- a/common/djangoapps/entitlements/tasks.py +++ b/common/djangoapps/entitlements/tasks.py @@ -177,6 +177,7 @@ def retry_revoke_subscriptions_verified_access(self, revocable_entitlement_uuids user_id, revocable_entitlement_uuids ) + return log.info('B2C_SUBSCRIPTIONS: Starting revoke_entitlements_and_downgrade_courses_to_audit for user %s and ' 'awarded_cert_course_ids %s and revocable_entitlement_uuids %s from retry task', user_id,