Skip to content

Commit 17b5b03

Browse files
committed
./pants fmt
1 parent 8aa9bf0 commit 17b5b03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

st2common/st2common/util/sandboxing.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ def get_sandbox_python_path_for_python_action(
150150
]
151151

152152
# Add the pack's lib directory (lib/python3.x) in front of the PYTHONPATH.
153-
pack_actions_lib_paths = os.path.join(pack_base_path, "actions", ACTION_LIBS_DIR)
153+
pack_actions_lib_paths = os.path.join(
154+
pack_base_path, "actions", ACTION_LIBS_DIR
155+
)
154156
pack_virtualenv_lib_path = os.path.join(virtualenv_path, "lib")
155157
pack_venv_lib_directory = os.path.join(
156158
pack_virtualenv_lib_path, virtualenv_directories[0]

0 commit comments

Comments
 (0)