Remove extra print statement
This commit is contained in:
parent
0908913fea
commit
adb6ac6164
@ -54,7 +54,6 @@ class Stream(object):
|
|||||||
for line in event['comment'].split('\n'):
|
for line in event['comment'].split('\n'):
|
||||||
if "FAILURE" in line and ("python2" in line or "pep8" in line):
|
if "FAILURE" in line and ("python2" in line or "pep8" in line):
|
||||||
# Unit Test Failure
|
# Unit Test Failure
|
||||||
print "SKIPPING %s" % line
|
|
||||||
found = False
|
found = False
|
||||||
break
|
break
|
||||||
if "FAILURE" in line and "tempest-devstack" in line:
|
if "FAILURE" in line and "tempest-devstack" in line:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user