mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
Merge branch 'fix_indent_for_python3' of https://github.com/lethliel/osc
Fixes a single indentation.
This commit is contained in:
commit
bc57f89e9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user