Remove white space between print ()

There was a white space between print and ()

Change-Id: I233aab6e67aa2368066ae579acda2552a2b8cbdd
This commit is contained in:
Anusree 2017-01-20 03:14:12 +05:30
parent e3aa060102
commit f233a15db0
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class ParserShell(object):
if policy.triggers:
print("\ttriggers:")
for trigger in policy.triggers:
print ("\ttrigger name:" + trigger.name)'''
print("\ttrigger name:" + trigger.name)'''
if hasattr(tosca, 'outputs'):
outputs = tosca.outputs