fix another typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 22 Jul 2008 11:43:28 +0000 (11:43 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 22 Jul 2008 11:43:28 +0000 (11:43 +0000)
lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py

index b1eafcd..62f0d9b 100644 (file)
@@ -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: