aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/TimerSanityCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py
index f94b56a6..e793cdcd 100644
--- a/lib/python/Components/TimerSanityCheck.py
+++ b/lib/python/Components/TimerSanityCheck.py
@@ -156,7 +156,7 @@ class TimerSanityCheck:
idx = 0
overlaplist = []
for event in self.nrep_eventlist:
- cnt -= event[1]
+ cnt += event[1]
if event[2] == -1: # new timer
timer = self.newtimer
else: