Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed May 27, 2024
1 parent ddb7436 commit 12fa518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda_build/jinja_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ def load_setup_py_data(
try:
check_call_env(args, env=env)
except CalledProcessError as exc:
raise CondaBuildException("Could not run load_setup_py_data in subprocess.") from exc
raise CondaBuildException(
"Could not run load_setup_py_data in subprocess"
) from exc
# this is a file that the subprocess will have written
with open(
os.path.join(m.config.work_dir, "conda_build_loaded_setup_py.json")
Expand Down

0 comments on commit 12fa518

Please sign in to comment.