Grr, tab characters, grr

This commit is contained in:
Mr. Nukealizer
2016-07-29 22:49:34 -07:00
committed by GitHub
parent f895e82c69
commit fea1a28760

View File

@@ -87,7 +87,7 @@ def handler(fit, module, context):
# Average the RAH profiles that it loops through
loopCycles = cycleList[loopStart:]
numCycles = len(loopCycles)
numCycles = len(loopCycles)
average = [0, 0, 0, 0]
for cycle in loopCycles:
for i in range(4):