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 957a1f1 commit 75726ecCopy full SHA for 75726ec
1 file changed
archive/ukmon_pylib/reports/findFailedMatches.py
@@ -25,7 +25,7 @@ def processOneLog(logfile, repfile):
25
obs = True
26
if obs is True:
27
observation.append(li)
28
- if 'Saving trajectory:' in li:
+ if 'Saving trajectory:' in li or 'Updating database' in li:
29
obs = False
30
observation = []
31
if 'Updating database' in li or 'added to fails' in li:
0 commit comments