start testing get_files

This commit is contained in:
Dima Gerasimov 2020-05-03 16:17:48 +01:00
parent 19e90eb647
commit 5c6eec62ee
2 changed files with 46 additions and 1 deletions

View file

@ -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.