Skip to content

Commit b25400b

Browse files
committed
Add documentation about the wildcard option
1 parent 1b6d977 commit b25400b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pysteps/io/archive.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ def find_by_date(date, root_path, path_fmt, fn_pattern, fn_ext, timestep,
1515
root_path : str
1616
The root path to search the input files.
1717
path_fmt : str
18-
Path format. It may consist of directory names separated by '/' and
19-
date/time specifiers beginning with '%' (e.g. %Y/%m/%d).
18+
Path format. It may consist of directory names separated by '/',
19+
date/time specifiers beginning with '%' (e.g. %Y/%m/%d) and wildcards
20+
(?) that match any single character.
2021
fn_pattern : str
2122
The name pattern of the input files without extension. The pattern can
2223
contain time specifiers (e.g. %H, %M and %S).

0 commit comments

Comments
 (0)