Skip to content

Commit 2ed336d

Browse files
committed
found the bug
1 parent ce3dcf7 commit 2ed336d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archive/ukmon_pylib/reports/findFailedMatches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def processOneLog(logfile, repfile):
2121
obs = False
2222
observation = []
2323
for li in lis:
24-
if 'Observations:' in li:
24+
if 'Observations ' in li:
2525
obs = True
2626
if obs is True:
2727
observation.append(li)

0 commit comments

Comments
 (0)