# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 1742513830 -3600 # Fri Mar 21 00:37:10 2025 +0100 # Node ID 8a83a1249a5c3424aff8715459377d429cadaa29 # Parent ebc14cd7edc5464ceef9bfda6e7ce76a3908ad10 ruff: reformat the code base diff --git a/python-libs/poulpe/scheduling.py b/python-libs/poulpe/scheduling.py --- a/python-libs/poulpe/scheduling.py +++ b/python-libs/poulpe/scheduling.py @@ -468,13 +468,13 @@ # TODO make a "poulpe resolve-bin-env-spec"? cmd = [setup_script.resolve(), "--get-unique-id"] + cli_args_list - # Get the actual unique bin-env ID that only the suite can resolve # (because of its dependencies, etc.) res = subprocess.run( cmd, cwd=tmp_target, - env=env, capture_output=True, + env=env, + capture_output=True, ) try: res.check_returncode()