From 7b199a7c813ba6173440174d34df30aa01869107 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 13 Oct 2012 17:32:18 +0200 Subject: [PATCH] [gest_crans] On a beaucoup de gens de l'EFREI et de l'ESTP Ignore-this: 82cb7f22e56e6e49f03fa80c29e43743 darcs-hash:20121013153218-2c9c1-3b3f97c5c925b4ba13cbd12dd33d8da640807c8e.gz --- gestion/gest_crans.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 2df06e83..3d6ad33f 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -200,6 +200,8 @@ def set_etudes(adher): arg += u'"IUT Cachan" "" ' arg += u'"Maximilien Sorre" "" ' arg += u'"Gustave Eiffel" "" ' + arg += u'"EFREI" "" ' + arg += u'"ESTP" "" ' arg += u'"P1" "Université Panthéon Sorbonne" ' arg += u'"P2" "Université Panthéon Assas" ' arg += u'"P3" "Université de la Sorbonne Nouvelle" ' @@ -511,7 +513,8 @@ def set_compte(adher): # Première tentative err = 0 - try: login = adher.compte(login) + try: + login = adher.compte(login) except ValueError, c: try: c.args[1]