From a5720929a7236c1851c40e7e7070ef2bada943c3 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 30 May 2020 16:45:37 -0400 Subject: [PATCH] black yet again --- features/steps/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/features/steps/core.py b/features/steps/core.py index 9e42b5aa..cc7b4c98 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -79,6 +79,7 @@ def set_config(context, config_file): with open(install.CONFIG_FILE_PATH, "a") as cf: cf.write("version: {}".format(__version__)) + @when('we change directory to "{path}"') def move_up_dir(context, path): os.chdir(path)