Skip to content

Commit

Permalink
[FIX] delivery_postlogistics: pylint error W8120(translation-position…
Browse files Browse the repository at this point in the history
…al-used)
  • Loading branch information
RodrigoBM committed Oct 3, 2023
1 parent 15c7f13 commit d30e05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delivery_postlogistics/postlogistics/web_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def _prepare_attributes(
raise exceptions.UserError(
_(
"No PostLogistics packaging services found "
"in packaging {}, for picking {}."
).format(packaging.name, picking.name)
"in packaging {packaging_name}, for picking {pickin_name}."
).format(packaging_name=packaging.name, pickin_name=picking.name)
)

# Activate phone notification ZAW3213
Expand Down

0 comments on commit d30e05e

Please sign in to comment.