From: yomguy Date: Wed, 18 Jul 2012 13:38:37 +0000 (+0200) Subject: fix X-Git-Tag: 0.7-dev^2~111 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3cb41e199b405566bd6c30f9b60de9a053fb4006;p=teleforma.git fix --- diff --git a/teleforma/management/commands/teleforma-import-conferences.py b/teleforma/management/commands/teleforma-import-conferences.py index aa8ac6f0..da79e456 100644 --- a/teleforma/management/commands/teleforma-import-conferences.py +++ b/teleforma/management/commands/teleforma-import-conferences.py @@ -112,7 +112,7 @@ class Command(BaseCommand): item.file = path item.save() - files = os.path.listdir(root) + files = os.listdir(root) for file in files: filename, ext = os.path.splitext(file) if ext[1:] in self.image_formats: