Skip to content

Commit

Permalink
Merge PR #321 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 10, 2019
2 parents 7018a18 + 3c29b4a commit 9d113ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_xlsx_helper/report/report_xlsx_abstract.py
Expand Up @@ -517,7 +517,7 @@ def _write_line(self, ws, row_pos, ws_params, col_specs_section=None,
"col_specs_section %s, column %s"
) % (__name__, col_specs_section, col)
if cell_value:
msg += _(", cellvalue %s")
msg += _(", cellvalue %s") % cell_value
raise UserError(msg)
colspan = cell_spec.get('colspan') or colspan
args_pos = [row_pos, pos]
Expand Down

0 comments on commit 9d113ff

Please sign in to comment.