File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,23 +107,23 @@ def folder(self):
107107def match_identifier (dir : pathlib .Path , ** bluesky_identifier ) -> list [BlueskyFolder ]:
108108 """
109109 walk a directory to find datasets that meet the criteria
110-
110+
111111 Parameters
112112 ----------
113113
114114 dir: path-like
115115 the directory to iterate through
116-
116+
117117 kwargs
118118 ------
119-
119+
120120 bluesky_identifiers
121121 keys corresponding to FolderInfo properties (e.g. date, plan).
122122
123123 Returns
124124 -------
125125 matches: list of BlueskyFolder objects
126- BlueskyFolders corresponding to full matches with the bluesky_identifiers
126+ BlueskyFolders corresponding to full matches with the bluesky_identifiers
127127 """
128128 for key in bluesky_identifier .keys ():
129129 assert key in FolderInfo ._fields
You can’t perform that action at this time.
0 commit comments