From 6b67c435fa6ca6ff17ed701ef5f3c4f475925781 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:12:46 -0300 Subject: [PATCH] Fix spacing in CLI warning message --- gamdl/cli/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamdl/cli/cli.py b/gamdl/cli/cli.py index 7cdae31..562bd16 100644 --- a/gamdl/cli/cli.py +++ b/gamdl/cli/cli.py @@ -212,8 +212,8 @@ async def main(config: CliConfig): if not config.song_codec.is_legacy() and not config.use_wrapper: logger.warning( - "You have chosen an experimental song codec" - " without enabling wrapper." + "You have chosen an experimental song codec " + "without enabling wrapper. " "They're not guaranteed to work due to API limitations." )