Skip to content

Commit

Permalink
Merge branch 'fix_indent_for_python3' of https://github.com/lethliel/osc
Browse files Browse the repository at this point in the history


Fixes a single indentation.
  • Loading branch information
marcus-h committed Jul 6, 2018
2 parents 4cc87b2 + 779b66f commit bc57f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/util/rpmquery.py
Expand Up @@ -166,7 +166,7 @@ def __read_data(self, entry, data):
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
Expand Down

0 comments on commit bc57f89

Please sign in to comment.