From 7ac1a3990b57ed402b90dc89c6fa31905919b786 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 18 Dec 2012 08:29:53 +0100 Subject: [PATCH] I could not get that message myself --- bin/check-hrns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0