We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
pdb.set_trace
import pdb
Thanks!
The text was updated successfully, but these errors were encountered:
Maybe it causes NVIDIA/DeepLearningExamples#1091 ?
Sorry, something went wrong.
You can comment it out and the code should then work as expected.
That's right.
Successfully merging a pull request may close this issue.
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 andimport pdb
should be removed?Thanks!
The text was updated successfully, but these errors were encountered: