From c4058c6c118476f88ce60436da9b1a7a9625ab33 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 4 Mar 2012 15:39:11 +0100 Subject: [PATCH] Fix undeclared variable. --- python/pakfire/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5