From 5f47774e4b454021bb585c6ce66938301cca40ce Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 16 Jun 2022 17:49:59 +0200 Subject: [PATCH] cleaup --- teleforma/management/commands/teleforma-import-conferences-2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-import-conferences-2.py b/teleforma/management/commands/teleforma-import-conferences-2.py index be8de4b9..d964bb7d 100644 --- a/teleforma/management/commands/teleforma-import-conferences-2.py +++ b/teleforma/management/commands/teleforma-import-conferences-2.py @@ -62,7 +62,6 @@ class Command(BaseCommand): organization_name = root_list[-5] dir = os.sep.join(root_list[-5:]) path = dir + os.sep + filename - collection_id = '_'.join([department_name, course_id, course_type]) if Conference.objects.filter(public_id=public_id) and department: conference = Conference.objects.get(public_id=public_id) -- 2.39.5