Skip to content
New issue

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

'bug' when run with op to terminal? #405

Closed
dpawson opened this issue Mar 15, 2016 · 2 comments
Closed

'bug' when run with op to terminal? #405

dpawson opened this issue Mar 15, 2016 · 2 comments

Comments

@dpawson
Copy link

dpawson commented Mar 15, 2016

Ran on a pymarkdown file. Worked... then appended hundreds of lines
Exception TypeError: "'NoneType' object is not callable" in ignored

at the end. run using
proselint notes.md >res.txt
and the 'oddity' does not show?

@suchow
Copy link
Member

suchow commented Mar 15, 2016

Yes, thanks, this is a known bug (#238).

If you have any thoughts, we could use help!

@suchow suchow closed this as completed Mar 15, 2016
@dpawson
Copy link
Author

dpawson commented Mar 15, 2016

thanks. I used to think software was predictable!
182 'extra' lines... Perhaps there is a max count somewhere, after which no more errors are reported?
Resolved. The 182 extras are to the error stream, not main output.

My only other thought is that it's in a recursion, the 182 errors are unwinding the stack?

Sorry not to help further?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants