Skip to content

Commit

Permalink
Merge 3e9c259 into 8779437
Browse files Browse the repository at this point in the history
  • Loading branch information
tmehlinger committed May 19, 2016
2 parents 8779437 + 3e9c259 commit e98dc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.egg
.eggs
*.egg-info
.idea
.coverage
Expand Down
2 changes: 1 addition & 1 deletion devpi_builder/wheeler.py
Expand Up @@ -64,7 +64,7 @@ def build(self, package, version):
'--wheel-dir=' + self.wheelhouse,
'--build=' + self.builddir,
'{}=={}'.format(package, version)
])
], stderr=subprocess.STDOUT)
return self._find_wheel(package, version)
except subprocess.CalledProcessError as e:
raise BuildError(package, version, e)
Expand Down

0 comments on commit e98dc58

Please sign in to comment.