black yet again

This commit is contained in:
= 2020-05-30 16:45:37 -04:00
parent 2b6e77b772
commit a5720929a7

View file

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