Remove white space between print ()
Change-Id: I8b95436dfcf3bfd65fa95557e34268c0e5072812
This commit is contained in:
parent
afaf465ac5
commit
407f8a5b00
@ -170,7 +170,7 @@ def validate(newmsg=None):
|
|||||||
print json.dumps(i)
|
print json.dumps(i)
|
||||||
print "Consider regenerating the exception file if you will."
|
print "Consider regenerating the exception file if you will."
|
||||||
else:
|
else:
|
||||||
print ("Please fix the errors above. If you believe they are false"
|
print("Please fix the errors above. If you believe they are false"
|
||||||
" positives, run 'tools/lintstack.py generate' to overwrite.")
|
" positives, run 'tools/lintstack.py generate' to overwrite.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user