parent
bcf5b27c24
commit
3d01f8157e
1 changed files with 2 additions and 2 deletions
4
cd.sh
4
cd.sh
|
@ -263,14 +263,14 @@ local root
|
||||||
|
|
||||||
cd_execute_python_module () {
|
cd_execute_python_module () {
|
||||||
local self
|
local self
|
||||||
cd_step "Set Python commands"
|
cd_step "Execute Python module"
|
||||||
self="$(realpath "${0}")"
|
self="$(realpath "${0}")"
|
||||||
echo -n "\
|
echo -n "\
|
||||||
${self}
|
${self}
|
||||||
↓
|
↓
|
||||||
${1}
|
${1}
|
||||||
"
|
"
|
||||||
"${CD_PYTHON_COMMAND}" -m "${1}" "${self}"
|
"${CD_PYTHON_COMMAND}" -m "${1}" "${CD_STEP}" "${self}"
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue