From 98b74e9d30fd5b453bc3c0e817373b5b19c91232 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 20 Oct 2008 14:56:07 +0000 Subject: [PATCH] fix typo --- lib/python/Components/TimerSanityCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: -- 2.30.2