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