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:
|
if policy.triggers:
|
||||||
print("\ttriggers:")
|
print("\ttriggers:")
|
||||||
for trigger in policy.triggers:
|
for trigger in policy.triggers:
|
||||||
print ("\ttrigger name:" + trigger.name)'''
|
print("\ttrigger name:" + trigger.name)'''
|
||||||
|
|
||||||
if hasattr(tosca, 'outputs'):
|
if hasattr(tosca, 'outputs'):
|
||||||
outputs = tosca.outputs
|
outputs = tosca.outputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user