diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/TimerSanityCheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index f9176e78..a6fba85c 100644 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -176,7 +176,7 @@ class TimerSanityCheck: if ConflictTimer is None: # just take care of the first conflict ConflictTimer = timer ConflictTunerType = tunerType - ConflictSlot = tunerSlot + ConflictTunerSlot = tunerSlot elif event[2] == self.eflag: for fakeRec in fakeRecList: if timer == fakeRec[0]: |
