style: spurious comma

This commit is contained in:
Paul McCarthy
2022-04-21 10:34:11 +01:00
parent abedb68783
commit f08f08c04d
+1 -3
View File
@@ -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)