Skip to content

Commit

Permalink
Merge branch 'parse-ref' of github.com:SINTEF/dlite into parse-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 25, 2024
2 parents 58a5b17 + 55b4269 commit 1025062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/tests/test_ref_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
indir = thisdir / "input"

dlite.storage_path.append(indir)
dlite.storage_path.append(indir/"test_ref_type_middle.yaml")
dlite.storage_path.append(indir / "test_ref_type_middle.yaml")

# If yaml is available, we read Middle v0.2, which is defined in
# `test_ref_type_middle.yaml`. Otherwise, we read Middle v0.1, which
Expand Down

0 comments on commit 1025062

Please sign in to comment.