pylint #22976 C0321 check failing [resolved]
I updated to the latest version of pylint and now a lot of my code is getting the C0321 message. I'm not sure why. Here is a small part of the code: if entry[1] != 'QW': if code_list.has_key(entry[0]): code_list[entry[0]][0] = float(entry[14].strip(',').strip('$')) else: code_list[entry[0]] = [float(entry[14].strip(',').strip('$')), '', 0] pylint gives me the C0321 message for every line in this block except for the 'else:' line. | |
priority | normal |
---|---|
type | bug |
done in | 0.21.0 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2010/04/21 17:16, written by davebyrne
add commentI believe this ticket can be closed. After applying the fix that was used for astng issue #22973, I no longer have the issue.