summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnh Tran <anhtt@vn.fujitsu.com>2017-01-17 10:24:23 +0700
committerAnh Tran <anhtt@vn.fujitsu.com>2017-01-17 10:25:27 +0700
commit407f8a5b00e1ee8a92a7e05012a3677fa741103b (patch)
tree473b03d7915042e07c254123a29be4011f43d4ec
parentafaf465ac5d9d9f05aa57a0157d889f73917c864 (diff)
downloadheat-cfntools-407f8a5b00e1ee8a92a7e05012a3677fa741103b.tar.gz
Remove white space between print ()
Change-Id: I8b95436dfcf3bfd65fa95557e34268c0e5072812
-rwxr-xr-xtools/lintstack.py2
1 files changed, 1 insertions, 1 deletions
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)