From 4a0cd863c5c7c74a5e08f380aa993329ab617a67 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 4af2c066f..c288e6ee4 100644 --- a/report_py3o/models/_py3o_parser_context.py +++ b/report_py3o/models/_py3o_parser_context.py @@ -136,4 +136,4 @@ class Py3oParserContext(object): no_break_space=True, ) - return self._format_date(self._env, value) + return self._format_date(value)