From: Thierry Parmentelat Date: Tue, 18 Dec 2012 07:29:53 +0000 (+0100) Subject: I could not get that message myself X-Git-Tag: myplc-5.1-5~2 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=7ac1a3990b57ed402b90dc89c6fa31905919b786 I could not get that message myself --- diff --git a/bin/check-hrns.py b/bin/check-hrns.py index 777d258..1002d24 100755 --- a/bin/check-hrns.py +++ b/bin/check-hrns.py @@ -28,7 +28,7 @@ def handle_persons (sites,sites_by_id, dry_run,verbose): for person in persons: how_many=len(person['site_ids']) if how_many !=1: - if verbose: print "person %s not in 1 site (%s instead) -- ignored"%(person['email'],how_many) + if verbose: print "Checking persons in exactly one site -- person %s in %s site(s) -- ignored"%(person['email'],how_many) continue try: login_base=sites_by_id[person['site_ids'][0]]['login_base'] except: print "Cannot handle person %s - site not found"%person['email']; continue