Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Sep 14, 2013
2 parents 80b5a88 + 8922345 commit b3627d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgbuilder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def fetch_runner(pkgnames, preprocessed=False):

except AttributeError:
pass
allpkgs += pkg
allpkgs.append(pkg)

for pkg in allpkgs:
if not pkg:
Expand Down

0 comments on commit b3627d7

Please sign in to comment.