From: Andreas Monzner Date: Tue, 22 Jul 2008 11:43:28 +0000 (+0000) Subject: fix another typo X-Git-Tag: 2.6.0~999 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/77eb2261f5198e5745ad2eb2447704d822644597 fix another typo --- 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: