Skip to content
Snippets Groups Projects
Commit 28c905bc authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data/imagefolderinference] Fix doc predicate

parent 6935d377
No related branches found
No related tags found
1 merge request!9Minor fixes
Pipeline #35368 failed
...@@ -12,7 +12,7 @@ def get_file_lists(data_path, glob): ...@@ -12,7 +12,7 @@ def get_file_lists(data_path, glob):
""" """
Recursively retrieves file lists from a given path, matching a given glob Recursively retrieves file lists from a given path, matching a given glob
This function will use :py:method:`pathlib.Path.rglob`, together with the This function will use :py:meth:`pathlib.Path.rglob`, together with the
provided glob pattern to search for anything the desired filename. provided glob pattern to search for anything the desired filename.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment