From 745aae208bc291f994138cb0d89a8eb25864ded3 Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Sun, 12 Jun 2022 22:53:24 +0200 Subject: [PATCH 1/2] Fix typo (indefinite article in plural) --- src/utils/legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/legacy.py b/src/utils/legacy.py index 85898f28d..e6e1e8815 100644 --- a/src/utils/legacy.py +++ b/src/utils/legacy.py @@ -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 a 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 ..." ) From ea0c8e916298ee291d155e716552ff3f628487f2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 21 Jun 2022 23:30:31 +0200 Subject: [PATCH 2/2] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- src/utils/legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/legacy.py b/src/utils/legacy.py index e6e1e8815..5e5d15fe8 100644 --- a/src/utils/legacy.py +++ b/src/utils/legacy.py @@ -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..." )