1
0
mirror of synced 2024-11-27 14:30:50 +01:00

converters.py: Fix typo in error message

This commit is contained in:
Viv 2024-02-10 18:15:09 -05:00
parent 93b8c5c01b
commit b9927a9d6d

View File

@ -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.)"
)