From cc5ae322278ab8d1aab76ba24724cc6ae8662aa2 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 12 Jan 2022 15:43:59 +0000 Subject: [PATCH] scripts/eddn-report: Correct EliteLogAgent comment --- scripts/eddn-report-log-errors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index b6921fe..a626e23 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -175,7 +175,7 @@ def process_file(input_file: str) -> None: print(line) elif matches.group('software_name') == 'EliteLogAgent': - # Apparently a Barry Carylon project, but no home page ? + # if matches.group('software_version') == '2.0.0.660': print(line)