We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3dcf7 commit 2ed336dCopy full SHA for 2ed336d
1 file changed
archive/ukmon_pylib/reports/findFailedMatches.py
@@ -21,7 +21,7 @@ def processOneLog(logfile, repfile):
21
obs = False
22
observation = []
23
for li in lis:
24
- if 'Observations:' in li:
+ if 'Observations ' in li:
25
obs = True
26
if obs is True:
27
observation.append(li)
0 commit comments