Changeset 8296 in genesis for nodes/make-map.py
- Timestamp:
- Aug 10, 2010, 1:52:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/make-map.py
r8293 r8296 94 94 write_yaml(CACHE_FILE, coordinates) 95 95 return (lam, phi) 96 97 OUTFILE = 'network.png'98 96 99 97 def make_graph(): … … 136 134 links = [] 137 135 try: 138 for host in gformat.get_ proxylist() + gformat.get_nodelist():136 for host in gformat.get_hostlist(): 139 137 print "## Processing host", host 140 138 datadump = gformat.get_yaml(host)
Note:
See TracChangeset
for help on using the changeset viewer.