From 3dd1f16caf0f8e3d8d65cb4f572466d9b77c917c Mon Sep 17 00:00:00 2001 From: Cameron Christensen Date: Mon, 21 Jun 2021 11:15:59 -0600 Subject: [PATCH] pass bin_path from install_python_module.bat to replace_strings.py to ensure paths with spaces work when importing module --- Installation/install_python_module.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/install_python_module.bat b/Installation/install_python_module.bat index 871a388605..8864d96366 100644 --- a/Installation/install_python_module.bat +++ b/Installation/install_python_module.bat @@ -10,4 +10,4 @@ set CONDA_INSTALL_DIR=%CONDA_PREFIX%\lib\site-packages\shapeworks set BIN_PATH=%cd%\bin set BIN_PATH=%BIN_PATH:\=/% -call python .\Installation\replace_strings.py "%CONDA_INSTALL_DIR%\setup_path.py" placeholder_string %BIN_PATH% +call python .\Installation\replace_strings.py "%CONDA_INSTALL_DIR%\setup_path.py" placeholder_string "%BIN_PATH%"