]> git.parisson.com Git - teleforma.git/commitdiff
cleaup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 16 Jun 2022 15:49:59 +0000 (17:49 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 16 Jun 2022 15:49:59 +0000 (17:49 +0200)
teleforma/management/commands/teleforma-import-conferences-2.py

index be8de4b9bc113cafe95699c439e38371222f7119..d964bb7d8827745569d1b1c16474f94d332a6a65 100644 (file)
@@ -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)