diff --git a/watcherclient/v1/action_plan_shell.py b/watcherclient/v1/action_plan_shell.py index 5a4586f..2dd9d79 100644 --- a/watcherclient/v1/action_plan_shell.py +++ b/watcherclient/v1/action_plan_shell.py @@ -70,7 +70,7 @@ class ShowActionPlan(command.ShowOne): yaml_format.YAMLFormatter().emit_one( column_names=list(resource.capitalize() for resource in formatted_global_efficacy), - data=[value for value in formatted_global_efficacy.itervalues()], + data=[value for value in formatted_global_efficacy.values()], stdout=out, parsed_args=parsed_args, )