Projet

Général

Profil

baculaconfig.py.patch

Benjamin Bohard, 20/01/2014 14:59

Télécharger (695 octets)

Voir les différences:

backend/actions/baculaconfig.py
235 235
            diode = '/image/diode_unknown.png'
236 236
            retour = "Test impossible : une sauvegarde est en cours"
237 237
        else:
238
            status, comment = test_bacula_support()
238
            try:
239
                status, comment = test_bacula_support()
240
            except Exception as e:
241
                status = False
242
                comment = str(e)
239 243
            if status == True:
240 244
                diode = '/image/diode_on.png'
241 245
            else: