From 12fa5189ac0a94c166738e36bf00da7af7ea3eff Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 27 May 2024 19:46:29 +0000 Subject: [PATCH] format --- conda_build/jinja_context.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conda_build/jinja_context.py b/conda_build/jinja_context.py index 16b0c5c9ff..307a13ecc9 100644 --- a/conda_build/jinja_context.py +++ b/conda_build/jinja_context.py @@ -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")