Commit 0c01c2fe authored by Mostofa Patwary's avatar Mostofa Patwary
Browse files

fix one more issue

parent 43d307d5
......@@ -75,7 +75,7 @@ def process_doc(json_line, args):
except Exception as e:
print('Error: *************************\n{}\ntext: {}'.format(e, \
text), flush=True)
return output, text, True
return output, text, document, True
# don't remove
return output, text, document, False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment