don't use 'split_command_to_list' which may break paths if they are incorrectly used

This commit is contained in:
iLLiCiTiT 2021-09-20 13:09:01 +02:00
parent e30822747d
commit 30cadfd6ad
7 changed files with 8 additions and 55 deletions

View file

@ -27,7 +27,6 @@ from .execute import (
get_pype_execute_args,
execute,
run_subprocess,
split_command_to_list,
path_to_subprocess_arg,
CREATE_NO_WINDOW
)
@ -174,7 +173,6 @@ __all__ = [
"get_pype_execute_args",
"execute",
"run_subprocess",
"split_command_to_list",
"path_to_subprocess_arg",
"CREATE_NO_WINDOW",