summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-17 11:54:59 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-17 11:54:59 -0500
commit3c11b8cd0d91e0c4cd5aa007eddc330452b3ace7 (patch)
treee280771045b5ec230d25f447510d324a7012bab1 /func
parent41c2855da8dad5b6dfb0983fdbbc46fab25fe1df (diff)
downloadthird_party-func-3c11b8cd0d91e0c4cd5aa007eddc330452b3ace7.tar.gz
third_party-func-3c11b8cd0d91e0c4cd5aa007eddc330452b3ace7.tar.xz
third_party-func-3c11b8cd0d91e0c4cd5aa007eddc330452b3ace7.zip
Fix docstring.
Diffstat (limited to 'func')
-rwxr-xr-xfunc/overlord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/client.py b/func/overlord/client.py
index e6ec590..1021078 100755
--- a/func/overlord/client.py
+++ b/func/overlord/client.py
@@ -66,11 +66,11 @@ class CommandAutomagic(object):
# this is a module level def so we can use it and isServer() from
# other modules with a Client class
def expand_servers(spec, port=51234, noglobs=None, verbose=None, just_fqdns=False):
- config = read_config(CONFIG_FILE, CMConfig)
"""
Given a regex/blob of servers, expand to a list
of server ids.
"""
+ config = read_config(CONFIG_FILE, CMConfig)
if noglobs:
if not just_fqdns: