We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c81de commit 2159572Copy full SHA for 2159572
1 file changed
tests/test_load_ncd.py
@@ -34,7 +34,7 @@ def test_load_ncd(index: int, dir_path: str) -> None:
34
# create dir if necessary
35
try:
36
if dir_path:
37
- os.makedirs(dir_path)
+ os.makedirs(dir_path)
38
except FileExistsError:
39
pass
40
0 commit comments