Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orhtej2 committed Jan 22, 2025
1 parent fd725af commit 96a2b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def app_upgrade(
"confirm_app_insufficient_ram", params=values, force=force
)
elif name == "required_yunohost_version" and ignore_yunohost_version:
logger.waring(m18n.n(err), **values)
logger.warning(m18n.n(err **values))
else:
raise YunohostValidationError(err, **values)

Expand Down Expand Up @@ -1109,7 +1109,7 @@ def app_install(
"confirm_app_insufficient_ram", params=values, force=force
)
elif name == "required_yunohost_version" and ignore_yunohost_version:
logger.waring(m18n.n(err), **values)
logger.warning(m18n.n(err **values))
else:
raise YunohostValidationError(err, **values)

Expand Down

0 comments on commit 96a2b57

Please sign in to comment.