From 77eb2261f5198e5745ad2eb2447704d822644597 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 22 Jul 2008 11:43:28 +0000 Subject: [PATCH 1/1] fix another typo --- .../Plugins/SystemPlugins/DefaultServicesScanner/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2