From: Guillaume Pellerin Date: Tue, 15 Jul 2014 15:17:49 +0000 (+0200) Subject: undo X-Git-Tag: 1.1~433 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f40696b6b569923167f298a25635eb6fd1a1c6eb;p=teleforma.git undo --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index 777f3e86..5e492c76 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -270,7 +270,7 @@ class Script(BaseResource): if self.status == 2: self.status = 3 super(Script, self).save(*args, **kwargs) - self.fix_filename() + # self.fix_filename() self.submit() if self.status == 4 and self.score: self.mark()