From 407f8a5b00e1ee8a92a7e05012a3677fa741103b Mon Sep 17 00:00:00 2001
From: Anh Tran <anhtt@vn.fujitsu.com>
Date: Tue, 17 Jan 2017 10:24:23 +0700
Subject: [PATCH 07/21] Remove white space between print ()
Change-Id: I8b95436dfcf3bfd65fa95557e34268c0e5072812
---
tools/lintstack.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/lintstack.py b/tools/lintstack.py
index 7f9012d..5754637 100755
--- a/tools/lintstack.py
+++ b/tools/lintstack.py
@@ -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)
--
2.20.1