From 365898c45994ddba02f0f14f18a7e1f21e3de0fe Mon Sep 17 00:00:00 2001 From: hda Date: Wed, 20 Jan 2021 14:59:27 +0100 Subject: [PATCH] [13.0][FIX] _py3o_parser_context._old_format_lang useless env param in calling _format_date --- report_py3o/models/_py3o_parser_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/models/_py3o_parser_context.py b/report_py3o/models/_py3o_parser_context.py index 370435150..097960285 100644 --- a/report_py3o/models/_py3o_parser_context.py +++ b/report_py3o/models/_py3o_parser_context.py @@ -130,4 +130,4 @@ class Py3oParserContext(object): no_break_space=True, ) - return self._format_date(self._env, value) + return self._format_date(value)