From: Guillaume Pellerin Date: Wed, 24 Jun 2026 21:17:59 +0000 (+0200) Subject: bugfix X-Git-Tag: 3.0.2~1^2~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5be9bb19588019ee1d0731e0c11593fa5e777454;p=teleforma.git bugfix --- diff --git a/teleforma/management/commands/teleforma-import-conferences-4.py b/teleforma/management/commands/teleforma-import-conferences-4.py index c5e868d9..ea3f9c47 100644 --- a/teleforma/management/commands/teleforma-import-conferences-4.py +++ b/teleforma/management/commands/teleforma-import-conferences-4.py @@ -40,7 +40,7 @@ class Command(BaseCommand): for file in all_files: name, ext = os.path.splitext(file) if ext[1:] in file_format: - files.add(conf_dir + os.sep + file) + files.append(conf_dir + os.sep + file) if len(files) > 1: for file in files: if self.main_pattern in file: