From b9927a9d6d95d0f5f6d3add0b5e444bd6c29755f Mon Sep 17 00:00:00 2001 From: Viv Date: Sat, 10 Feb 2024 18:15:09 -0500 Subject: [PATCH] `converters.py`: Fix typo in error message --- src/tja2fumen/converters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tja2fumen/converters.py b/src/tja2fumen/converters.py index 7043c9e..85bb776 100644 --- a/src/tja2fumen/converters.py +++ b/src/tja2fumen/converters.py @@ -134,7 +134,7 @@ def process_commands(tja_branches: Dict[str, List[TJAMeasure]], bpm: float) \ "Branches do not have the same number of measures. (This " "check was performed after splitting up the measures due " "to mid-measure commands. Please check any GOGO, BPMCHANGE, " - "and SCROLL commands you have in your branches, and make sure" + "and SCROLL commands you have in your branches, and make sure " "that each branch has the same number of commands.)" )