pylint #3205 W0704 (except doesn't do anything) false positive if some statements follow a "pass" [resolved]
try: pass except: pass # pylint: disable-msg=W0702 print 'failed to do nothing' PyLint reports "W0704: 3: Except doesn't do anything". | |
priority | minor |
---|---|
type | bug |
done in | 0.13.0 |
load | 0.250 |
load left | 0.000 |
closed by | <not specified> |