]> git.ipfire.org Git - pakfire.git/commitdiff
Fix function call of info().
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Apr 2011 21:21:50 +0000 (23:21 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Apr 2011 21:21:50 +0000 (23:21 +0200)
pakfire/base.py

index 963334d794957df04e21ff8541972cd64bc13c5a..fae49df1383fc491d5d980cd121d20bc6024ac1c 100644 (file)
@@ -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: