Skip to content

Commit

Permalink
Fix PACKAGES_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Oct 1, 2024
1 parent 6e11d32 commit a092893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spack_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path

REPO_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")
PACKAGES_DIR = os.path.join(REPO_DIR, "repo", "packages")
PACKAGES_DIR = os.path.join(REPO_DIR, "repos", "c2sm", "packages")
ALL_PACKAGES = [
name for name in os.listdir(PACKAGES_DIR)
if os.path.isdir(os.path.join(PACKAGES_DIR, name))
Expand Down

0 comments on commit a092893

Please sign in to comment.