Closed pylint-bot closed 6 years ago
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):
Thank you. Will look into it.
Original comment by Adam Groszer (BitBucket: agroszer, GitHub: @agroszer?):
Any hints how could I work around that single failing method? Keep the most possible checks but avoid the exception?
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):
Try to disable not-an-iterable and see if that works. I'm working on releasing the new version, without these crashes this week or next.
I can no longer reproduce this example. I think this was another augassign recursion dupe. Closing for now.
Originally reported by: Adam Groszer (BitBucket: agroszer, GitHub: @agroszer?)
I created a repo to repro this:
https://github.com/agroszer/playground
After all setup is done, you run
$ bin/pylint playground.scriptapi2
, bang you should get:(Sorry, can't find a better title, because I have no idea what causes it)