Skip to content

Commit

Permalink
-.-
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Oct 18, 2024
1 parent e14057e commit f157dd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/peracotta/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def parse_from_env(value: Optional[str]):

CONFIG["FEATURES_PATH"] = CONF_DIR.joinpath("features.json")
if not CONFIG["FEATURES_PATH"].exists():
os.mkdir(CONF_DIR)
if isinstance(basedir, str):
shutil.copy2(basedir + "/features.json", CONF_DIR)
else:
Expand Down

0 comments on commit f157dd1

Please sign in to comment.