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 75726ec commit 7d9ef3bCopy full SHA for 7d9ef3b
1 file changed
archive/ukmon_pylib/reports/findFailedMatches.py
@@ -31,7 +31,7 @@ def processOneLog(logfile, repfile):
31
if 'Updating database' in li or 'added to fails' in li:
32
if obs is True:
33
print('got fail')
34
- observation.append('--------------')
+ observation.append('--------------\n\n')
35
saveData(observation, repfile)
36
obs = False
37
observation = []
0 commit comments