allyd93 / linkage-mapper

Automatically exported from code.google.com/p/linkage-mapper
0 stars 0 forks source link

Comparing boolean values to True or False #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What convention is not being followed?
Boolean values being compared to True or False using == (see PEP 8)

What needs to be done to correct code?
True statements can be written as 'If x:'
False statements can be written as 'If not x:'

Please provide any additional information below:

Original issue reported on code.google.com by dkconser...@gmail.com on 15 Mar 2011 at 10:52

GoogleCodeExporter commented 8 years ago

Original comment by dkconser...@gmail.com on 15 Mar 2011 at 10:52

GoogleCodeExporter commented 8 years ago

Original comment by dkconser...@gmail.com on 4 Apr 2011 at 10:44