diff --git a/src/logfile_parser/swainlab_parser.py b/src/logfile_parser/swainlab_parser.py index cb39750adcba447cc45b01cdf17b5d3a71bfd326..3e6f0fb23a8fa289d6006416643a1960395c1914 100644 --- a/src/logfile_parser/swainlab_parser.py +++ b/src/logfile_parser/swainlab_parser.py @@ -231,7 +231,7 @@ def parse_from_grammar(filepath: str, grammar: t.Dict): d[subkey] = parse_x(header, **subvalues) except Exception as e: logging.getLogger("aliby").critical( - f"Parsing failed for key {key}" + f"Parsing failed for key {key} and values {values}" ) raise (e) return d