USCDataScience/parser-indexer-py

parse_all.py gives an error if JSRE output is empty

Closed this issue · 0 comments

wkiri commented

Suggested fix: check for existence of JSRE output file before trying to open it.

with io.open(jsre_fn + '_out', 'r') as inf: