From: yomguy Date: Thu, 19 Jul 2012 00:37:24 +0000 (+0200) Subject: fix X-Git-Tag: 0.7-dev^2~59 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a681d3627e72fe5f2945edf0cc605ec8ec4121c9;p=teleforma.git fix --- diff --git a/teleforma/management/commands/teleforma-import-conferences.py b/teleforma/management/commands/teleforma-import-conferences.py index 48a75ab5..6ff5e549 100644 --- a/teleforma/management/commands/teleforma-import-conferences.py +++ b/teleforma/management/commands/teleforma-import-conferences.py @@ -75,6 +75,7 @@ class Command(BaseCommand): exist = False medias = conference.media.all() for media in medias: + print media.item.file if media.item.file == path: exist = True break