Merge branch 'master' of ssh://git.crans.org/git/usr-scripts

This commit is contained in:
Vincent Le Gallic 2013-05-16 07:02:59 +02:00
commit 310f00b0ae

View file

@ -103,7 +103,7 @@ def liste_charte_nok():
liste_nok = []
for adh in liste_actifs:
if (len([droit for droit in adh.droits()
if droit not in ['MultiMachines', 'WebRadio']]) > 0
if droit not in ['Multimachines', 'Webradio']]) > 0
and not adh.charteMA()):
liste_nok.append(adh)
return liste_nok