From bb146029a07969d6c1e869de9f4fd8427188798b Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Wed, 10 Sep 2008 01:31:13 +0200 Subject: [PATCH] Debug de gest_crans si nounou darcs-hash:20080909233113-ffbb2-d8a853ab3971f7f93002f7ebef05608798f38a18.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 ec4bb791..4ba8d67c 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -2108,7 +2108,10 @@ if __name__ == '__main__': for opt, val in options: if opt == '--debug': debug = 1 - + + if isadm: + debug = 1 + # Phase principale try: menu_principal()