]> git.ipfire.org Git - pakfire.git/commitdiff
Fix undeclared variable.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Mar 2012 14:39:11 +0000 (15:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Mar 2012 14:39:11 +0000 (15:39 +0100)
python/pakfire/base.py

index 5da012e78f119ae1d43f8a2a70d42ee9c768e38d..d8b4397eb033b1332306470515e1559d66a50e7d 100644 (file)
@@ -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