This commit is contained in:
Spencer Young
2020-04-03 21:45:20 -07:00
parent efd597f00f
commit f3d5654171

View File

@@ -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):