diff options
-rw-r--r-- | lib/thandy/packagesys/PackageSystem.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |