Skip to content

Commit 31eb22a

Browse files
committed
Fix a lint error
Signed-off-by: falkTX <[email protected]>
1 parent 324d412 commit 31eb22a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mod/host.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,10 +3490,11 @@ def load(self, bundlepath, isDefault=False, abort_catcher=None):
34903490
p.split(":",1)[-1]) for p in get_jack_hardware_ports(False, True))
34913491

34923492
else:
3493-
mappedOldMidiIns = {}
3494-
mappedOldMidiOuts = {}
3495-
mappedNewMidiIns = {}
3496-
mappedNewMidiOuts = {}
3493+
mappedOldMidiIns = {}
3494+
mappedOldMidiOuts = {}
3495+
mappedOldMidiOuts2 = {}
3496+
mappedNewMidiIns = {}
3497+
mappedNewMidiOuts = {}
34973498

34983499
curmidisymbols = []
34993500
for port_symbol, port_alias, _ in self.midiports:

0 commit comments

Comments
 (0)