Skip to content

Commit

Permalink
Fix excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwork committed Jul 2, 2012
1 parent fcbc924 commit 56b467d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/yaml2jmxtrans.py
Expand Up @@ -91,14 +91,14 @@ class HostSets(object):
"""
Simple access to host/query entries given in custom YAML format
"""

def __init__(self, host_sets):
"""
Initialize host sets from YAML format
"""

self.host_sets = {}

for host_set in host_sets:
set_entry = {'query_names' : host_set['query_names'],
'hosts' : host_set['hosts'] }
Expand Down Expand Up @@ -126,7 +126,7 @@ def usage():
if len(sys.argv) != 2:
usage()
sys.exit(1)

infile = open(sys.argv[1], 'r')
yf = yaml.load(infile)
query_port = yf['query_port']
Expand Down

0 comments on commit 56b467d

Please sign in to comment.