mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
black yet again
This commit is contained in:
parent
2b6e77b772
commit
a5720929a7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue