False positive E0601: used-before-assignment in try and while block #9689
Labels
C: used-before-assignment
Issues related to 'used-before-assignment' check
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Bug description
It seems pylint can't process
nonlocal
statement intry
andwhile
block correctly, but no problem in for block.Command used
Pylint output
Expected behavior
There should be no errors.
Pylint version
OS / Environment
Windows 10 LTSC 2019
Version 1809 (OS Build 17763.5830)
The text was updated successfully, but these errors were encountered: