fixes
Some checks failed
/ job (push) Failing after 1m3s

This commit is contained in:
Marc Beninca 2024-04-28 17:49:06 +02:00
parent bcf5b27c24
commit 3d01f8157e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -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}"
}
#