From 1f301b6a628fb62c5282b5abcc84e31d92b5c560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 15 Feb 2024 23:54:36 +0100 Subject: [PATCH] remove roge double quote --- autoupdate_app_sources/autoupdate_app_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index aa65352..b836748 100755 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -590,7 +590,7 @@ def main() -> None: logging.error(textwrap.dedent(f""" Failed to run the source auto-update for: {', '.join(apps_failed.keys())} Please run manually the `autoupdate_app_sources.py` script on these apps to debug what is happening! - See the debug log here: {paste_url}" + See the debug log here: {paste_url} """)) print(result_message)