Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
Alexandre Aubin 2022-06-21 23:30:31 +02:00 committed by GitHub
parent 745aae208b
commit ea0c8e9162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,5 +302,5 @@ def _patch_legacy_helpers(app_folder):
if show_warning:
# And complain about those damn deprecated helpers
logger.error(
r"/!\ Packagers ! This app uses very old deprecated helpers ... Yunohost automatically patched the helpers to use the new recommended practice, but please do consider fixing the upstream code right now ..."
r"/!\ Packagers! This app uses very old deprecated helpers... YunoHost automatically patched the helpers to use the new recommended practice, but please do consider fixing the upstream code right now..."
)