mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Fix typo in README
This commit is contained in:
parent
ecaedea709
commit
bb25d32f03
1 changed files with 2 additions and 2 deletions
|
|
@ -63,8 +63,8 @@ ILIAS and can return either an output path (so you can rename files or move
|
||||||
them around as you wish) or `None` if you do not want to save the given file.
|
them around as you wish) or `None` if you do not want to save the given file.
|
||||||
|
|
||||||
Additionally the ILIAS synchronizer allows you to define a *crawl filter*. This
|
Additionally the ILIAS synchronizer allows you to define a *crawl filter*. This
|
||||||
filter also receives the computed path as the input, but is only called or
|
filter also receives the computed path as the input, but is only called for
|
||||||
*directoties*. If you return `True`, the directory will be crawled and
|
*directories*. If you return `True`, the directory will be crawled and
|
||||||
searched. If you return `False` the directory will be ignored and nothing in it
|
searched. If you return `False` the directory will be ignored and nothing in it
|
||||||
will be passed to the transformer.
|
will be passed to the transformer.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue