elbv2 - print() statement results an task failure, even if the task itself was successfull (#65183)
This commit is contained in:
parent
d3f6943446
commit
cba9abcbec
1 changed files with 0 additions and 4 deletions
|
@ -777,13 +777,9 @@ class ELBListenerRules(object):
|
|||
|
||||
if current_actions_sorted != new_actions_sorted_no_secret:
|
||||
modified_rule['Actions'] = new_rule['Actions']
|
||||
print("modified_rule:")
|
||||
print(new_rule['Actions'])
|
||||
# If the action lengths are different, then replace with the new actions
|
||||
else:
|
||||
modified_rule['Actions'] = new_rule['Actions']
|
||||
print("modified_rule:")
|
||||
print(new_rule['Actions'])
|
||||
|
||||
# Conditions
|
||||
modified_conditions = []
|
||||
|
|
Loading…
Reference in a new issue