Skip to content

Commit d6aae8f

Browse files
committed
Always skip saver to avoid creating files
1 parent 7d9e315 commit d6aae8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchdata/datapipes/iter/util/saver.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SaverIterDataPipe(IterDataPipe[str]):
2929
Example:
3030
3131
.. testcode::
32-
:skipif: not seperator_is_slash
32+
:skipif: io_doctest
3333
3434
import os
3535
@@ -42,7 +42,7 @@ def filepath_fn(name: str) -> str:
4242
print(list(saver_dp))
4343
4444
.. testoutput::
45-
:skipif: not seperator_is_slash
45+
:skipif: io_doctest
4646
4747
['./1.txt', './2.txt', './3.txt']
4848

0 commit comments

Comments
 (0)