Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 30, 2023
1 parent fec7b55 commit f86f275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jcsda-emc/spack-stack/tests/test_stack_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_modulesys():
test_dir,
"--overwrite",
"--modulesys",
modulesys
modulesys,
)
modules_yaml_path = os.path.join(test_dir, "common", "modules.yaml")
with open(modules_yaml_path, "r") as f:
Expand All @@ -114,7 +114,7 @@ def test_upstream():
test_dir,
"--overwrite",
"--upstream",
"/test/path/to/upstream/env"
"/test/path/to/upstream/env",
)
spack_yaml_path = os.path.join(test_dir, "spack.yaml")
with open(spack_yaml_path, "r") as f:
Expand Down

0 comments on commit f86f275

Please sign in to comment.