Skip to content

Commit

Permalink
Fix #323
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed May 2, 2020
1 parent c9c1ea6 commit dd3bec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def build(options: BuildOptions):
container_name + ':/output/.',
os.path.abspath(options.output_dir)])
except subprocess.CalledProcessError as error:
troubleshoot(options.project_dir, error)
troubleshoot(options.package_dir, error)
exit(1)
finally:
# Still gets executed, even when 'exit(1)' gets called
Expand Down

0 comments on commit dd3bec5

Please sign in to comment.