From 54cb0a2348309827799bfce2d3698bfd272a8873 Mon Sep 17 00:00:00 2001 From: pauget Date: Thu, 14 Oct 2004 23:33:59 +0200 Subject: [PATCH] Pour savoir pourqui ca ne marche pas... darcs-hash:20041014213359-41617-0180bb8dfb8e04a4b3402cc68bda1457d6479057.gz --- gestion/whos.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gestion/whos.py b/gestion/whos.py index 84025ce2..5d49c5bf 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -622,6 +622,9 @@ def prise_etat(chbre) : else : f+= ', activée, lien non détecté' except : + if debug : + import traceback + traceback.print_exc() # Switch non manageable f = 'informations prise non disponibles'