mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
pyflakes
This commit is contained in:
parent
bebe1b9d9d
commit
13ac036a05
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ def before_scenario(context, scenario):
|
|||
"""Before each scenario, backup all config and journal test data."""
|
||||
# Clean up in case something went wrong
|
||||
clean_all_working_dirs()
|
||||
CWD = os.getcwd()
|
||||
for folder in ("configs", "journals"):
|
||||
original = os.path.join("features", "data", folder)
|
||||
working_dir = os.path.join("features", folder)
|
||||
|
|
Loading…
Add table
Reference in a new issue