Skip to content

Commit 75726ec

Browse files
committed
another tweak
1 parent 957a1f1 commit 75726ec

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
@@ -25,7 +25,7 @@ def processOneLog(logfile, repfile):
2525
obs = True
2626
if obs is True:
2727
observation.append(li)
28-
if 'Saving trajectory:' in li:
28+
if 'Saving trajectory:' in li or 'Updating database' in li:
2929
obs = False
3030
observation = []
3131
if 'Updating database' in li or 'added to fails' in li:

0 commit comments

Comments
 (0)