This commit is contained in:
parent
83daecb41a
commit
30ac72c673
1 changed files with 1 additions and 1 deletions
2
spcd.sh
2
spcd.sh
|
@ -781,7 +781,7 @@ spcd_write_python_module() {
|
||||||
spcd_wpm__text="${spcd_wpm__text}${spcd_wpm__value}
|
spcd_wpm__text="${spcd_wpm__text}${spcd_wpm__value}
|
||||||
"
|
"
|
||||||
done
|
done
|
||||||
spcd_write "${SPCD_PYTHON_VENV_PACKAGES}/env.py" "${spcd_wpm__text}
|
spcd_write "${SPCD_PYTHON_PACKAGES}/env.py" "${spcd_wpm__text}
|
||||||
SPCD_STEP = $((SPCD_STEP + 1))
|
SPCD_STEP = $((SPCD_STEP + 1))
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue