diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py old mode 100644 new mode 100755 index ad50e0091f1..25a72367248 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -175,7 +175,7 @@ def checkTimerlist(self, ext_timer=1): if event[1] == self.bflag: tunerType = [ ] if timer.service_ref.ref and timer.service_ref.ref.flags & eServiceReference.isGroup: - fakeRecService = NavigationInstance.instance.recordService(getBestPlayableServiceReference(timer.service_ref.ref, eServiceReference()), True) + fakeRecService = NavigationInstance.instance.recordService(getBestPlayableServiceReference(timer.service_ref.ref, eServiceReference(), True), True) else: fakeRecService = NavigationInstance.instance.recordService(timer.service_ref, True) if fakeRecService: diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py old mode 100644 new mode 100755 index a8f5c216f82..78722a06653 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -277,7 +277,7 @@ def GetCommand(nim_idx): cmd = "/opt/bin/mediaclient --blindscan %d" % nim_idx else: bin_name = GetCommand(nim_idx) - cmd = "%(BIN_NAME)s --init --scan --verbose --wakeup --inv 2 --bus %(BUS)d" % {'BIN_NAME':bin_name , 'BUS':bus} + cmd = "%(BIN_NAME)s --init --scan --verbose --wakeup --inv 2 --bus %(BUS)d" % {'BIN_NAME':bin_name, 'BUS':bus} if cableConfig.scan_type.value == "bands": cmd += " --scan-bands "