SonarOpenCommunity / sonar-cxx

Misplaced comparison constant PYL-C2201
Style
Major
6 months ago3 years old
146        incc = 0
147        i = 0
148        for i, c in enumerate(method):
149            if "," == c:150                incc = incc + 1            
151                if incc == 4:
152                    description = method[i + 1:len(method)]