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 58a8d2d commit d090ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/python/test_cam_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#Add directory to python path:
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"))

#Add "cime_config" directory to python path:
Expand Down

0 comments on commit d090ff3

Please sign in to comment.