Improving code style
This commit is contained in:
parent
56d75c925c
commit
a69636ace2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def get_env_variable(variable, fallback):
|
|||
Args:
|
||||
variable: The environment variable that should be retrieved
|
||||
fallback: The default return value in case the environment variable is not retrieved
|
||||
|
||||
|
||||
Returns:
|
||||
On success is returns the variable's value from the environment, on failure it returns the
|
||||
value provided by fallback
|
||||
|
|
Loading…
Reference in a new issue