From f523bd80421bb94d15824cc8864f6aae27592391 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 19 Apr 2025 19:16:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20no=20of=20apps=20to=20bu?= =?UTF-8?q?ild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a8ce616..0719c8e 100644 --- a/main.py +++ b/main.py @@ -40,7 +40,7 @@ def main() -> None: resource_cache: dict[str, tuple[str, str]] = {} for possible_app in config.apps: - logger.info(f"Trying to build {possible_app}") + logger.info(f"Trying to build {len(possible_app)} apps-:\n{possible_app}") try: app = get_app(config, possible_app)