Skip to content

Commit

Permalink
- build: fixed typo (patch by darix)
Browse files Browse the repository at this point in the history
typo was introduced in commit d3648be
  • Loading branch information
marcus-h committed Apr 22, 2013
1 parent 51e6fca commit a8def0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def main(apiurl, opts, argv):
rpmlist_prefers = []
if prefer_pkgs:
print('Evaluating preferred packages')
for name, path in prefer_pkgs.tems():
for name, path in prefer_pkgs.items():
if bi.has_dep(name):
# We remove a preferred package from the buildinfo, so that the
# fetcher doesn't take care about them.
Expand Down

0 comments on commit a8def0f

Please sign in to comment.