From cd73c7c6399a52829b4e35280f8e4598e469462f Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Mon, 1 Dec 2008 15:30:57 +0000 Subject: Correct reference to cmd_remove extras passed to CommandInstaller. git-svn-id: file:///home/or/svnrepo/updater/trunk@17427 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- lib/thandy/packagesys/PackageSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/thandy/packagesys/PackageSystem.py') diff --git a/lib/thandy/packagesys/PackageSystem.py b/lib/thandy/packagesys/PackageSystem.py index 4a847e9..04d6cd3 100644 --- a/lib/thandy/packagesys/PackageSystem.py +++ b/lib/thandy/packagesys/PackageSystem.py @@ -81,7 +81,7 @@ def getInstaller(installType, relPath, extra, defaultFormat, package): elif installType == 'command': import thandy.packagesys.ExePackages installer = thandy.packagesys.ExePackages.CommandInstaller( - relPath, extra['cmd_install'], extra.get['cmd_remove']) + relPath, extra['cmd_install'], extra['cmd_remove']) else: return None -- cgit v1.2.3