Skip to content

Commit 63bbbd4

Browse files
lccoladamjstewart
andauthored
changed path with os.sep
Co-authored-by: Adam J. Stewart <[email protected]>
1 parent ada773e commit 63bbbd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/datasets/test_mmflood.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ class TestMMFlood:
2929
def dataset(
3030
self, monkeypatch: MonkeyPatch, tmp_path: Path, request: SubRequest
3131
) -> MMFlood:
32-
dataset_root = os.path.join('tests', 'data', 'mmflood/')
33-
url = os.path.join(dataset_root)
32+
url = os.path.join('tests', 'data', 'mmflood') + os.sep
3433

3534
monkeypatch.setattr(MMFlood, 'url', url)
3635
monkeypatch.setattr(MMFlood, '_nparts', 2)

0 commit comments

Comments
 (0)