pull/240/head
Spencer Young 5 years ago
parent efd597f00f
commit f3d5654171

@ -44,6 +44,7 @@ def yamlopen(fp, **iowrapper_kwargs):
) as decoded:
yield decoded
def find_files_recursively(items, conf):
for item in items:
if os.path.isdir(item):

Loading…
Cancel
Save