]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 26 May 2014 21:42:43 +0000 (23:42 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 26 May 2014 21:42:43 +0000 (23:42 +0200)
teleforma/management/commands/teleforma-import-seminars-preview.py

index 3e3fc3254d78c8df433e289c9d71b6d9dfb4fc25..1bf88af339462a0c484a90979aa832cea43d32fc 100644 (file)
@@ -144,6 +144,7 @@ class Command(BaseCommand):
 
                     dir = os.sep.join(root_list[-6:])
                     path = dir + os.sep + filename
+                    print path
 
                     seminar_title = '_'.join([course_code, str(seminar_rank)])
                     collection_id = '_'.join([department_name, seminar_title])