]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 2 Jul 2014 09:05:36 +0000 (11:05 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 2 Jul 2014 09:05:36 +0000 (11:05 +0200)
teleforma/management/commands/teleforma-exam-submit-scripts.py

index 1d752cb67582f387e0a9386cac8279bae7d6fc4d..5fd4097ba4a3fc083e6bc240c4b62d8b608eeecb 100644 (file)
@@ -14,6 +14,6 @@ class Command(BaseCommand):
     help = "submit all script to Box View"
 
     def handle(self, *args, **options):
-       for script in Script.bojects.all()
+       for script in Script.bojects.all():
                script.submit()
-               script.save()
\ No newline at end of file
+               script.save()