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

index 5fd4097ba4a3fc083e6bc240c4b62d8b608eeecb..141cab6bc0d8e7ed7883b2e6a8da5a8d0b0fac7b 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.ojects.all():
                script.submit()
                script.save()