diff options
Diffstat (limited to 'func')
| -rwxr-xr-x | func/overlord/client.py | 2 |
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: |
