remove roge double quote
This commit is contained in:
parent
94b05b8fd8
commit
1f301b6a62
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ def main() -> None:
|
||||||
logging.error(textwrap.dedent(f"""
|
logging.error(textwrap.dedent(f"""
|
||||||
Failed to run the source auto-update for: {', '.join(apps_failed.keys())}
|
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!
|
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)
|
print(result_message)
|
||||||
|
|
Loading…
Reference in a new issue