From a69636ace25523dad1611d3c166e573e012357f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sat, 27 May 2017 21:39:27 +0300 Subject: [PATCH] Improving code style --- src/resources/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/utilities.py b/src/resources/utilities.py index 272edb1..d0f34a2 100644 --- a/src/resources/utilities.py +++ b/src/resources/utilities.py @@ -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