Fix misplaced comment

This commit is contained in:
DarkPhoenix
2018-08-24 09:55:32 +03:00
parent 6240f23c02
commit 0a2fa62e21

View File

@@ -1081,10 +1081,9 @@ class Port(object):
for module in fit.modules:
slot = module.slot
modsBySlotType.setdefault(slot, []).append(module)
# Format: {reference number: module}
modSection = []
offineSuffix = ' /OFFLINE'
mutants = {}
mutants = {} # Format: {reference number: module}
mutantReference = 1
for slotType in EFT_SLOT_ORDER:
rackLines = []