Skip to content

Commit

Permalink
One more path fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Dec 5, 2024
1 parent cd5b5e4 commit 4201e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/python/test_build_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#Add directory to python path:
_CWD = os.getcwd()
_CURRDIR = os.path.abspath(os.path.dirname(__file__))
_CAM_ROOT_DIR = os.path.join(_CURRDIR, os.pardir, os.pardir)
_CAM_ROOT_DIR = os.path.join(_CURRDIR, os.pardir, os.pardir, os.pardir)
_CAM_CONF_DIR = os.path.abspath(os.path.join(_CAM_ROOT_DIR, "cime_config"))
_PRE_TMP_DIR = os.path.join(_CURRDIR, "tmp")
_TMP_DIR = os.path.join(_PRE_TMP_DIR, "cam_build_cache")
Expand Down

0 comments on commit 4201e18

Please sign in to comment.