From 3d01f8157ebdbce0416cff995cd127f89e6a24fa Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 28 Apr 2024 17:49:06 +0200 Subject: [PATCH] fixes --- cd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cd.sh b/cd.sh index ce18d2c..d9b0cbb 100644 --- a/cd.sh +++ b/cd.sh @@ -263,14 +263,14 @@ local root cd_execute_python_module () { local self - cd_step "Set Python commands" + cd_step "Execute Python module" self="$(realpath "${0}")" echo -n "\ ${self} ↓ ${1} " - "${CD_PYTHON_COMMAND}" -m "${1}" "${self}" + "${CD_PYTHON_COMMAND}" -m "${1}" "${CD_STEP}" "${self}" } #