delete comment

This commit is contained in:
= 2020-05-29 17:42:04 -04:00
parent 13ac036a05
commit c4bcdb5a2b

View file

@ -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}"')