From 57e4198fe90a14a9ef8009fbba58b21471b4d9c6 Mon Sep 17 00:00:00 2001 From: Viv Date: Sat, 3 Jun 2023 20:34:58 -0400 Subject: [PATCH] `converters.py`: Predefine variable to silence PyCharm warning --- tja2fumen/converters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tja2fumen/converters.py b/tja2fumen/converters.py index d4f9928..0fc0243 100644 --- a/tja2fumen/converters.py +++ b/tja2fumen/converters.py @@ -101,6 +101,7 @@ def convertTJAToFumen(fumen, tja): # Hardcode currentBranch due to current lack of support for branching songs currentBranch = 'normal' # TODO: Program in branch support tja['measures'] = preprocessTJAMeasures(tja) + measureDurationPrev = 0 currentDrumroll = None total_notes = 0