Skip to content

Commit b0c5c57

Browse files
committed
fixed up windows compatible paths
1 parent 7e81e3d commit b0c5c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/tests/test_helpers_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,4 @@ def test_template_formatting(tmp_path):
416416
inputs_dict_st=inputs_dict,
417417
output_dir=tmp_path,
418418
spec_type="input",
419-
) == [f"{tmp_path}/file.bvec", f"{tmp_path}/file.bval"]
419+
) == [str(tmp_path / "file.bvec"), str(tmp_path / "file.bval")]

0 commit comments

Comments
 (0)