attardi/wikiextractor

Unwanted pdb tracing

shangw-nvidia opened this issue · 3 comments

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!

You can comment it out and the code should then work as expected.

Maybe it causes NVIDIA/DeepLearningExamples#1091 ?

That's right.