From: Guillaume Pellerin Date: Wed, 2 Jul 2014 09:05:36 +0000 (+0200) Subject: bugfix X-Git-Tag: 1.1~447 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=33412a0458bd56086ffcde58be46f8dbcf2ec449;p=teleforma.git bugfix --- diff --git a/teleforma/management/commands/teleforma-exam-submit-scripts.py b/teleforma/management/commands/teleforma-exam-submit-scripts.py index 1d752cb6..5fd4097b 100644 --- a/teleforma/management/commands/teleforma-exam-submit-scripts.py +++ b/teleforma/management/commands/teleforma-exam-submit-scripts.py @@ -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()