Signed-off-by: Giuseppe Scrivano <gscri...@redhat.com> --- sqlitecachec.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sqlitecachec.py b/sqlitecachec.py index 7c33ae2..6f1cf9c 100644 --- a/sqlitecachec.py +++ b/sqlitecachec.py @@ -41,7 +41,7 @@ class RepodataParserSqlite: """Load primary.xml.gz from an sqlite cache and update it if required""" return self.open_database(_sqlitecache.update_primary(location, - checksum, + checksum, self.callback, self.repoid)) @@ -49,14 +49,14 @@ class RepodataParserSqlite: """Load filelist.xml.gz from an sqlite cache and update it if required""" return self.open_database(_sqlitecache.update_filelist(location, - checksum, + checksum, self.callback, self.repoid)) def getOtherdata(self, location, checksum): """Load other.xml.gz from an sqlite cache and update it if required""" return self.open_database(_sqlitecache.update_other(location, - checksum, + checksum, self.callback, self.repoid)) -- 2.1.0 _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel