Remove white space between print ()
There was a white space between print and () Change-Id: I233aab6e67aa2368066ae579acda2552a2b8cbdd
This commit is contained in:
parent
e3aa060102
commit
f233a15db0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user