Skip to content

Commit

Permalink
./pants fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Mar 10, 2023
1 parent 8aa9bf0 commit 17b5b03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion st2common/st2common/util/sandboxing.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ def get_sandbox_python_path_for_python_action(
]

# Add the pack's lib directory (lib/python3.x) in front of the PYTHONPATH.
pack_actions_lib_paths = os.path.join(pack_base_path, "actions", ACTION_LIBS_DIR)
pack_actions_lib_paths = os.path.join(
pack_base_path, "actions", ACTION_LIBS_DIR
)
pack_virtualenv_lib_path = os.path.join(virtualenv_path, "lib")
pack_venv_lib_directory = os.path.join(
pack_virtualenv_lib_path, virtualenv_directories[0]
Expand Down

0 comments on commit 17b5b03

Please sign in to comment.