mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] *: line too long
This commit is contained in:
committed by
Alexis de Lattre
parent
db26ff9a7a
commit
b372087bc2
@@ -712,7 +712,8 @@ class ReportXlsxAbstract(models.AbstractModel):
|
||||
msg = _(
|
||||
"%(__name__)s, _write_line : programming error "
|
||||
"detected while processing "
|
||||
"col_specs_section %(col_specs_section)s, column %(col)s"
|
||||
"col_specs_section %(col_specs_section)s, "
|
||||
"column %(col)s"
|
||||
) % {
|
||||
"__name__": __name__,
|
||||
"col_specs_section": col_specs_section,
|
||||
|
||||
Reference in New Issue
Block a user