start testing get_files
This commit is contained in:
parent
19e90eb647
commit
5c6eec62ee
2 changed files with 46 additions and 1 deletions
|
@ -107,7 +107,7 @@ from .kython.klogging import setup_logger, LazyLogger
|
|||
|
||||
Paths = Union[Sequence[PathIsh], PathIsh]
|
||||
|
||||
def get_files(pp: Paths, glob: str, sort: bool=True) -> Tuple[Path, ...]:
|
||||
def get_files(pp: Paths, glob: str='*', sort: bool=True) -> Tuple[Path, ...]:
|
||||
"""
|
||||
Helper function to avoid boilerplate.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue