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()