From: Guillaume Pellerin Date: Thu, 3 Apr 2014 23:33:53 +0000 (+0200) Subject: bugfix X-Git-Tag: 0.5.5~1^2~70 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4816504b4bc0162c00b7f9347138d1b90ac40f49;p=timeside.git bugfix --- diff --git a/timeside/models.py b/timeside/models.py index 702540f..55003c4 100644 --- a/timeside/models.py +++ b/timeside/models.py @@ -174,7 +174,7 @@ class Task(models.Model): item.hdf5 = path + item.uuid + '.hdf5' pipe = FileDecoder(item.file) proc_dict = {} - for processor in self.preset.processors.all(): + for processor in self.experience.processors.all(): proc = get_processor(processor.id) #TODO: add parameters proc_dict[processor] = proc