From 8a8fdd39311a45e4b41286a885acbaaa3cf56189 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Fri, 20 Jun 2014 12:50:58 +0200 Subject: [PATCH] =?UTF-8?q?gest=5Fcrans:=20bugreport=20m=C3=AAme=20si=20no?= =?UTF-8?q?unou?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Une nounou a rarement le temps de noter et bugfixer un truc si elle est en train de câbler. Pourtant, debug passe automatiquement à True si isadm est à True. --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 5883b98a..e228480f 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -2533,7 +2533,7 @@ if __name__ == '__main__': sys.stderr = sys.__stderr__ traceback = s.getvalue() try: - if not debug and To: + if To: # Paramètres pour le mail From = script_utilisateur + '@crans.org'