From: Guillaume Pellerin Date: Thu, 16 Jun 2022 15:49:59 +0000 (+0200) Subject: cleaup X-Git-Tag: 2.7.1~45^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5f47774e4b454021bb585c6ce66938301cca40ce;p=teleforma.git cleaup --- 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)