diff --git a/WrightTools/kit/_glob.py b/WrightTools/kit/_glob.py index 01cd3206..3d19e747 100644 --- a/WrightTools/kit/_glob.py +++ b/WrightTools/kit/_glob.py @@ -6,10 +6,10 @@ from .._open import open -__all__ = ["describe_wt5", "find_wt5s"] +__all__ = ["describe_wt5", "glob_wt5s"] -def describe_wt5(path: Union[str, os.PathLike]): +def describe_wt5(path: Union[str, os.PathLike])->dict: """report useful general information about a wt5 file""" wt5 = open(path) desc = dict()