From cfc63722a5cdc7e8882b6569e807ca24354c3390 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 9 Dec 2020 15:55:12 -0500 Subject: [PATCH] Undo revert. This change was reverted along with the downgrade of super-csv because it was believed that this change was causing issues with celery task registration. It was reverted in https://github.com/edx/edx-platform/pull/25762 The fix turned out to be something different and this and the super-csv library should both be same to upgrade. The library upgrade will come in a follow-on make upgrade with some other constraints that also need to be lifted. Actual fix: https://github.com/edx/edx-platform/pull/25822 --- .../monitoring/scripts/generate_code_owner_mappings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py index 05198cac35..36663ee0a1 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -33,6 +33,7 @@ EDX_REPO_APPS = { 'integrated_channels': 'https://github.com/edx/edx-enterprise', 'organizations': 'https://github.com/edx/edx-organizations', 'search': 'https://github.com/edx/edx-search', + 'super_csv': 'https://github.com/edx/super-csv', 'wiki': 'https://github.com/edx/django-wiki', 'lti_consumer': 'https://github.com/edx/xblock-lti-consumer', }