1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-01 21:23:39 +02:00

Merge branch 'fix_indent_for_python3' of https://github.com/lethliel/osc

Fixes a single indentation.
This commit is contained in:
Marcus Huewe
2018-07-06 10:29:34 +02:00

View File

@@ -166,7 +166,7 @@ class RpmQuery(packagequery.PackageQuery, packagequery.PackageQueryResult):
def __reqprov(self, tag, flags, version, strong=None):
pnames = self.header.gettag(tag)
if not pnames:
return []
return []
pnames = pnames.data
pflags = self.header.gettag(flags).data
pvers = self.header.gettag(version).data