From c94a20d5e2862f0e003f7f5c3a9a5e43fbd310e2 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:25:39 -0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20Updated=20sting=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com> --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 071edac..dfe9594 100644 --- a/main.py +++ b/main.py @@ -21,7 +21,7 @@ def main() -> None: logger.info(f"Will Patch only {config.apps}") for app in config.apps: - logger.info("Trying to build %s" % app) + logger.info(f"Trying to build {app}") try: app = APP(app_name=app, config=config) patcher = Patches(config, app)