elbv2 - print() statement results an task failure, even if the task itself was successfull (#65183)

pull/65203/head
Markus Bergholz 5 years ago committed by Sloane Hertel
parent d3f6943446
commit cba9abcbec

@ -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…
Cancel
Save