dd388/everybody-scripts

Verify getDirectory function

Closed this issue · 4 comments

dd388 commented
Verify getDirectory function

Make validator function either run over a set of files (if source directory is a directory of flat files) or recurse through subdirectories (if source directory contains other directories).

So this works as a standalone script on my local machine. Incorporated into validator.py and interested in how it works as part of the larger set of processes.

note to f: look at comments in validator.py on the else statements in this section (lines 31-38)

dd388 commented

Integrated into the work of #11