From c4bcdb5a2b11a097887c5173d9739f4bc9332d2d Mon Sep 17 00:00:00 2001 From: = Date: Fri, 29 May 2020 17:42:04 -0400 Subject: [PATCH] delete comment --- features/steps/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/features/steps/core.py b/features/steps/core.py index 3cefd25a..bfdb3c7b 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -84,7 +84,6 @@ def set_config(context, config_file): def no_config(context): nopath = "features/configs/missingconfig.yaml" install.CONFIG_FILE_PATH = os.path.abspath(nopath) - # install.CONFIG_FILE_PATH_FALLBACK = os.path.abspath(nopath) @when('we change directory to "{path}"')