Skip to content

Commit 7d9ef3b

Browse files
committed
okay, got it
1 parent 75726ec commit 7d9ef3b

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
@@ -31,7 +31,7 @@ def processOneLog(logfile, repfile):
3131
if 'Updating database' in li or 'added to fails' in li:
3232
if obs is True:
3333
print('got fail')
34-
observation.append('--------------')
34+
observation.append('--------------\n\n')
3535
saveData(observation, repfile)
3636
obs = False
3737
observation = []

0 commit comments

Comments
 (0)