You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Black add a trailing comma after some strings.
Sadly, pylupdate5 do not extract those strings.
Workaround (painful):
Manually remove the trailing commas on each strings, extract strings with pylupdate5, then reformat with black.
Example:
This code is not extracted... Remove comma and it will.
_DESCRIPTION_STR_=QT_TRANSLATE_NOOP(
"PercentOfAverage",
"""Percent of Average referential of the money.<br /> Percent of Average value PoA is calculated by dividing the quantitative value Q by the average<br /> then multiply by one hundred.<br /> This referential is relative and more reliable to display prices and accounts, when UD is two low.<br /> No money creation or destruction is apparent here and every account tend to<br /> the average. """,
)
The text was updated successfully, but these errors were encountered:
pylupdate5 v5.14.2
My code use black as the unique code formatter.
Black add a trailing comma after some strings.
Sadly, pylupdate5 do not extract those strings.
Workaround (painful):
Manually remove the trailing commas on each strings, extract strings with pylupdate5, then reformat with black.
Example:
This code is not extracted... Remove comma and it will.
The text was updated successfully, but these errors were encountered: