Remove white space between print ()

Change-Id: I8b95436dfcf3bfd65fa95557e34268c0e5072812
This commit is contained in:
Anh Tran 2017-01-17 10:24:23 +07:00
parent afaf465ac5
commit 407f8a5b00
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def validate(newmsg=None):
print json.dumps(i)
print "Consider regenerating the exception file if you will."
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.")
sys.exit(1)