Skip to content

Commit

Permalink
style: spurious comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Apr 21, 2022
1 parent abedb68 commit f08f08c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cibuildwheel/macos.py
Expand Up @@ -287,9 +287,7 @@ def build(options: Options, tmp_path: Path) -> None:
env = before_all_options.environment.as_dictionary(prev_environment=os.environ)
env.setdefault("MACOSX_DEPLOYMENT_TARGET", "10.9")
before_all_prepared = prepare_command(
before_all_options.before_all,
project=".",
package=before_all_options.package_dir,
before_all_options.before_all, project=".", package=before_all_options.package_dir
)
shell(before_all_prepared, env=env)

Expand Down

0 comments on commit f08f08c

Please sign in to comment.