Skip to content

Commit d31295f

Browse files
committed
convert MPath to str
1 parent bcea0fb commit d31295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_static_catalog(tmp_mpath, flag, value, collection):
9595
"--end-time",
9696
"2023-08-10",
9797
flag,
98-
value,
98+
str(value),
9999
str(out_path),
100100
]
101101
if collection:

0 commit comments

Comments
 (0)