]> git.parisson.com Git - telemeta.git/commitdiff
[command] add spaces
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 22 Apr 2020 08:06:49 +0000 (10:06 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 22 Apr 2020 08:06:49 +0000 (10:06 +0200)
telemeta/management/commands/telemeta-run-timeside-experience.py

index 7e3616d2c32eecbebc4a4117351cf10048c81ceb..7c97b8062d4a65e652ff4f2c5d49c5db2c114abc 100644 (file)
@@ -97,8 +97,8 @@ class Command(BaseCommand):
 
     def create_experience(self):
         presets = []
-
         processors = timeside.core.processor.processors(timeside.core.api.IProcessor)
+
         for proc in processors:
             trig = True
             # print(proc.id())
@@ -119,6 +119,7 @@ class Command(BaseCommand):
         else:
             self.experience = Experience()
             self.experience.save()
+
         for preset in presets:
             if not preset in self.experience.presets.all():
                 self.experience.presets.add(preset)