From: Michael Tremer Date: Sun, 10 Apr 2011 21:21:50 +0000 (+0200) Subject: Fix function call of info(). X-Git-Tag: 0.9.3~47^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1e7f927debfa62261b93e16af0d9f6293d140ac;p=pakfire.git Fix function call of info(). --- diff --git a/pakfire/base.py b/pakfire/base.py index 963334d79..fae49df13 100644 --- a/pakfire/base.py +++ b/pakfire/base.py @@ -141,7 +141,7 @@ class Pakfire(object): ts = transaction.Transaction(self, ds) ts.run() - def info(self): + def info(self, patterns): pkgs = [] for pattern in patterns: