Improving code style

This commit is contained in:
Denis-Cosmin Nutiu 2017-05-27 21:39:27 +03:00
parent 56d75c925c
commit a69636ace2

View file

@ -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