wikiextractor icon indicating copy to clipboard operation
wikiextractor copied to clipboard

Unwanted pdb tracing

Open shangw-nvidia opened this issue 2 years ago • 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!

shangw-nvidia avatar Mar 11 '22 16:03 shangw-nvidia

Maybe it causes https://github.com/NVIDIA/DeepLearningExamples/issues/1091 ?

Hannibal046 avatar Mar 12 '22 15:03 Hannibal046

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

jokineno avatar Mar 13 '22 08:03 jokineno

Maybe it causes NVIDIA/DeepLearningExamples#1091 ?

That's right.

shangw-nvidia avatar Mar 16 '22 02:03 shangw-nvidia