indent change
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 9 Apr 2008 17:08:58 +0000 (17:08 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 9 Apr 2008 17:08:58 +0000 (17:08 +0000)
comon.py

index 75d4165..7344df3 100755 (executable)
--- a/comon.py
+++ b/comon.py
@@ -42,10 +42,10 @@ COMONURL = "http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_node
 
 def _tohash(rawdata):
        # First line Comon returns is list of keys with respect to index
-       keys = rawdata.readline().rstrip().split(", ")
-       l_host = []
-       hash = {}
        try:
+               keys = rawdata.readline().rstrip().split(", ")
+               l_host = []
+               hash = {}
                i_ignored = 0
                for line in rawdata.readlines():
                        l_host = line.rstrip().split(", ")              # split the line on ', '