Is the following syntax right in Python?
(if 'SU' in line or 'AU' in line or 'VU' in line or 'rf' in line and line.find('/*') == -1) and (BUILDROOT in line):
lineMatch = False
|
Is the following syntax right in Python?
|
||||
|
Try this:
|
|||
|
|
if-statement does not start a loop. – Matthias Nov 12 '12 at 8:45(from before theif. – Bakuriu Nov 12 '12 at 9:07