Loading scripts/check_data_consistency.py +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ def main(): # We are in correct directory, so lets check dir content if not dir_contents(root): sys.exit() elif file_name == '02answer.vert': elif file_name == '09answer_extraction.vert': with open(os.path.join(root, file_name), 'r') as af: answer_f = af.readlines() answer_words = get_text_words(answer_f) Loading Loading
scripts/check_data_consistency.py +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ def main(): # We are in correct directory, so lets check dir content if not dir_contents(root): sys.exit() elif file_name == '02answer.vert': elif file_name == '09answer_extraction.vert': with open(os.path.join(root, file_name), 'r') as af: answer_f = af.readlines() answer_words = get_text_words(answer_f) Loading