From c6d32a240e4c41a6a36f686ccf99d4dc09cd08be Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 4 Feb 2008 18:55:35 -0500 Subject: typo found when a unittest hit that section --- func/overlord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord') diff --git a/func/overlord/client.py b/func/overlord/client.py index 3d00302..c30d0f6 100755 --- a/func/overlord/client.py +++ b/func/overlord/client.py @@ -76,7 +76,7 @@ def get_hosts_by_groupgoo(groups, groupgoo): if groups.has_key(group_gloob[1:]): hosts = hosts + groups[group_gloob[1:]] else: - print "group %s not defined" % each_gloob + print "group %s not defined" % group_gloob return hosts # =================================== -- cgit