]> git.parisson.com Git - teleforma.git/commitdiff
again
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Aug 2015 22:50:28 +0000 (00:50 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Aug 2015 22:50:28 +0000 (00:50 +0200)
teleforma/exam/models.py

index e1d497c2e865c8e596549f6876b3562bfed25e0f..79d865ee342d62d83edc5fbabd6393e62be4e5e5 100644 (file)
@@ -369,7 +369,7 @@ class Script(BaseResource):
                     print '  Error Message: ' + statuses[0]['error']
                     if 'too large' in statuses[0]['error']:
                         self.auto_reject('file too large')
-                    elif 'retrieving file' in in statuses[0]['error']:
+                    elif 'retrieving file' in statuses[0]['error']:
                         self.auto_reject('error retrieving file')
                     break
             else: