Skip to content

Commit

Permalink
Merge branch 'python3' of github.com:openSUSE/osc into python3
Browse files Browse the repository at this point in the history
  • Loading branch information
lethliel committed Nov 21, 2018
2 parents 9001d80 + 2873fee commit 9497173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def run(self, buildinfo):
elif not self.offline:
OscFileGrabber().urlgrab(url, dest)
# not that many keys usually
if i not in buildinfo.prjkeys and try_parent == False:
if i not in buildinfo.prjkeys and not try_parent:
buildinfo.keys.append(dest)
buildinfo.prjkeys.append(i)
except KeyboardInterrupt:
Expand Down

0 comments on commit 9497173

Please sign in to comment.