mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
pylint eval-used
This commit is contained in:
@@ -554,7 +554,7 @@ class AbstractReportXlsx(ReportXlsx):
|
|||||||
render_space['datetime'] = datetime
|
render_space['datetime'] = datetime
|
||||||
# the use of eval is not a security thread as long as the
|
# the use of eval is not a security thread as long as the
|
||||||
# col_specs template is defined in a python module
|
# col_specs template is defined in a python module
|
||||||
return eval(val, render_space) # pylint: disable=W8112
|
return eval(val, render_space) # pylint: disable=W0123,W8112
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _rowcol_to_cell(row, col, row_abs=False, col_abs=False):
|
def _rowcol_to_cell(row, col, row_abs=False, col_abs=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user