diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index edd3437..537aaa9 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -186,6 +186,13 @@ def process_file(input_file: str) -> None: ): pass + elif ( + matches.group('err_msg').startswith('Failed Validation "[]"') + ): + # + pass + else: print(matches.group('err_msg')) print(line)