diff --git a/eos/effects/adaptivearmorhardener.py b/eos/effects/adaptivearmorhardener.py index e06d1a9c9..821c978d7 100644 --- a/eos/effects/adaptivearmorhardener.py +++ b/eos/effects/adaptivearmorhardener.py @@ -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):