From 6f0af4cd3248d16c8f88d11fcd684263e1f36e38 Mon Sep 17 00:00:00 2001 From: Stepland <10530295-Buggyroom@users.noreply.gitlab.com> Date: Mon, 14 Aug 2023 02:46:44 +0200 Subject: [PATCH] fix typo --- jubeatools/formats/jubeat_analyser/load_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jubeatools/formats/jubeat_analyser/load_tools.py b/jubeatools/formats/jubeat_analyser/load_tools.py index e9d4895..9eec577 100644 --- a/jubeatools/formats/jubeat_analyser/load_tools.py +++ b/jubeatools/formats/jubeat_analyser/load_tools.py @@ -277,7 +277,7 @@ def pick_correct_long_note_candidates( solution, arrow_to_note_candidates ): warnings.warn( - "Ambiguous arrow pattern in bloc :\n" + "Ambiguous arrow pattern in block :\n" + "\n".join("".join(line) for line in bloc) + "\n" "The resulting long notes might not be what you expect"