remove unneeded = when call tda1002x tool
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 5 Jun 2007 21:01:55 +0000 (21:01 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 5 Jun 2007 21:01:55 +0000 (21:01 +0000)
lib/python/Screens/ScanSetup.py

index b3fdcde..4b2f309 100644 (file)
@@ -213,7 +213,7 @@ class CableTransponderSearchSupport:
                        else:
                                cmd += "4" # second nim socket on DM8000 use /dev/i2c/4
                if cableConfig.scan_type.value == "bands":
-                       cmd += " --scan-bands="
+                       cmd += " --scan-bands "
                        bands = 0
                        if cableConfig.scan_band_EU_VHF_I.value:
                                bands |= cable_bands["DVBC_BAND_EU_VHF_I"]