]> git.parisson.com Git - teleforma.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 23:22:35 +0000 (01:22 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 23:22:35 +0000 (01:22 +0200)
teleforma/management/commands/teleforma-exam-message-bug.py

index 34cfae91f82816bdb0f7bf906e76ac6a3b8a0926..1143c048db416a94d99f4843f5815b737d56c1de 100644 (file)
@@ -26,6 +26,7 @@ class Command(BaseCommand):
         print scripts.count()
 
         for script in scripts:
+            script.reject()
             context = {'script': script, 'site': site}
             text = render_to_string('exam/messages/script_fix.txt', context)
             print text