[yum-metadata-parser PATCH 1/3] sqlitecachec.py: fix indentation
Giuseppe Scrivano
gscrivan at redhat.com
Sat Dec 13 14:33:22 UTC 2014
Signed-off-by: Giuseppe Scrivano <gscrivan at 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
More information about the Yum-devel
mailing list