We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ef92b commit c1ce17fCopy full SHA for c1ce17f
1 file changed
README.md
@@ -79,8 +79,6 @@ crawler = Crawler('.', only_files=False)
79
If you just want to run a function for each file the crawler finds, you don't have to write the loop yourself — every crawler has an `apply()` method:
80
81
```python
82
-from dirstree import Crawler
83
-
84
# This will print the entire contents of the directory, except for the excluded locations.
85
Crawler('src', exclude=['tests/**']).apply(print)
86
```
0 commit comments