Merge branch 'master' of ssh://git.crans.org/git/usr-scripts
This commit is contained in:
commit
310f00b0ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue