Skip to content

Commit

Permalink
Removes redundant line from cfg script
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlan committed May 30, 2024
1 parent 13b4378 commit d106362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion funcs/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def init_dirs():
os.mkdir(OUT_DIR)


# ROOT_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), ".."))
ROOT_DIR = sys.prefix
DATA_DIR = os.path.join(ROOT_DIR, "dat", "")
ORDS_DIR = os.path.join(ROOT_DIR, "dat/ords")
Expand Down

0 comments on commit d106362

Please sign in to comment.