From ed6da214f389c6d7d9627496501c8b43f5205659 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Jul 2014 11:06:35 +0200 Subject: [PATCH] again --- teleforma/management/commands/teleforma-exam-submit-scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-exam-submit-scripts.py b/teleforma/management/commands/teleforma-exam-submit-scripts.py index 5fd4097b..141cab6b 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.ojects.all(): script.submit() script.save() -- 2.39.5