Standardize code styling
This commit is contained in:
@@ -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 $?
|
||||
}
|
||||
|
Reference in New Issue
Block a user