Skip to content

Commit

Permalink
fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWiesner committed Nov 8, 2024
1 parent c54166b commit 50fe4f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nisupply/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@ def get_filepath_df(src_dir,regex_dict=None,**kwargs):
Single string or list of strings where any of those must appear in the filepath
Default: None
must_not_contain_all: str, list of str
Single string or list of strings. The filepath will be excluded if
it contains all of those strings.
Default: None
must_not_contain_any: str, list of str
Single string or list of strings. The filepath will be excluded if
it contains any of those strings.
Default: None
case_sensitive: Boolean
If False, all files will be converted to lower-case letters first before
applying search conditions.
Expand Down

0 comments on commit 50fe4f8

Please sign in to comment.