equal
deleted
inserted
replaced
90 if start_time == 0.0: |
90 if start_time == 0.0: |
91 start_time = s |
91 start_time = s |
92 |
92 |
93 s -= start_time |
93 s -= start_time |
94 |
94 |
95 #print s,elapsed |
|
96 continue |
95 continue |
97 except ValueError, e: |
96 except ValueError, e: |
98 raise Exception("Parse problem: float conversion on these groups: %s\n%s" %(str(tm.groups()), str(e))) |
97 raise Exception("Parse problem: float conversion on these groups: %s\n%s" %(str(tm.groups()), str(e))) |
99 else: |
98 else: |
100 if l2.find("<time") is not -1: |
99 if l2.find("<time") is not -1: |