From 17a005241a08d3ee1cb8f6f9fed68e4b3201e41c Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 22 Jul 2008 11:37:59 +0000 Subject: [PATCH] fix typo --- lib/python/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 edc620d..b1eafcd 100644 --- a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py +++ b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py @@ -63,7 +63,7 @@ class DefaultServicesScannerPlugin(ScanSetup): ScanSetup.__init__(self, session) # backup lamedb confdir = resolveFilename(SCOPE_CONFIG) - copyfile(confdir + "/lamedb", confdir + "/lamedb.backup) + copyfile(confdir + "/lamedb", confdir + "/lamedb.backup") self.scan_type.value = "multisat" self.createSetup() self.scanIndex = 0 -- 2.7.4