Standardize code styling
This commit is contained in:
parent
d2c610fbf7
commit
40494e8f63
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
install_python_packages() {
|
install_python_packages() {
|
||||||
local install_flags="${1}"
|
local install_flags="${1}"
|
||||||
|
|
||||||
pipenv install ${install_flags}
|
pipenv install ${install_flags}
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@ check_system_pip_for () {
|
|||||||
# Used whenever an environment sensitive command is being run
|
# Used whenever an environment sensitive command is being run
|
||||||
run_command () {
|
run_command () {
|
||||||
local cmd="${1}"
|
local cmd="${1}"
|
||||||
|
|
||||||
pipenv run ${cmd}
|
pipenv run ${cmd}
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user