|
|
|
@ -83,7 +83,7 @@ def _parse_one_folder(source, outfile, quiet):
@@ -83,7 +83,7 @@ def _parse_one_folder(source, outfile, quiet):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def _parse_recursive(source, outfile, quiet): |
|
|
|
|
"""parses all folder one level down and collects the data""" |
|
|
|
|
"""parses all folders one level down and collects the data""" |
|
|
|
|
child_outfile = DEFAULT_OUTPUT_FILENAME |
|
|
|
|
source_path = Path(source) |
|
|
|
|
folders = (i for i in source_path.iterdir() if i.is_dir()) |
|
|
|
|