From: Michael Tremer Date: Sun, 4 Mar 2012 14:39:11 +0000 (+0100) Subject: Fix undeclared variable. X-Git-Tag: 0.9.21~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4058c6c118476f88ce60436da9b1a7a9625ab33;p=pakfire.git Fix undeclared variable. --- diff --git a/python/pakfire/base.py b/python/pakfire/base.py index 5da012e78..d8b4397eb 100644 --- a/python/pakfire/base.py +++ b/python/pakfire/base.py @@ -256,7 +256,7 @@ class Pakfire(object): # Run the transaction. t.run(logger=logger) - def localinstall(self, files, yes=None, allow_uninstall=False): + def localinstall(self, files, yes=None, allow_uninstall=False, logger=None): repo_name = repo_desc = "localinstall" # Create a new repository that holds all packages we passed on