diff --git a/gestion/whos.py b/gestion/whos.py index 2b963e6e..cb1a3fbb 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -1444,6 +1444,9 @@ def __recherche() : elif res['adherent'] : cprint(u'Aucun résultat à afficher') sys.exit(4) + elif only_crans : + cprint(u"Résultats trouvés parmi les machines :", 'cyan') + aff(res['machine'],mtech) # Non : on affiche tout. else : if res['adherent'] :