diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-22 11:43:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-22 11:43:28 +0000 |
| commit | 77eb2261f5198e5745ad2eb2447704d822644597 (patch) | |
| tree | 9fab3e403f6bcb729090009ae568df560adb8139 /lib/python | |
| parent | 17a005241a08d3ee1cb8f6f9fed68e4b3201e41c (diff) | |
| download | enigma2-77eb2261f5198e5745ad2eb2447704d822644597.tar.gz enigma2-77eb2261f5198e5745ad2eb2447704d822644597.zip | |
fix another typo
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py index b1eafcd3..62f0d9bf 100644 --- a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py +++ b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py @@ -120,7 +120,7 @@ class DefaultServicesScannerPlugin(ScanSetup): if self.scanIndex + 1 >= len(self.multiscanlist): print "no more sats to scan" confdir = resolveFilename(SCOPE_CONFIG) - copyfile(confdir + "/lamedb.backup", confdir + "/lamedb) + copyfile(confdir + "/lamedb.backup", confdir + "/lamedb") db.reloadServicelist() self.close() else: |
