wikiextractor
wikiextractor copied to clipboard
Unwanted pdb tracing
Hi,
In the current version of the master branch, pdb.set_trace
is always called: https://github.com/attardi/wikiextractor/blob/master/wikiextractor/extract.py#L85 even though this line and import pdb
should be removed?
Thanks!
Maybe it causes https://github.com/NVIDIA/DeepLearningExamples/issues/1091 ?
You can comment it out and the code should then work as expected.