Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Provide serializable upstream status
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanhall committed Jun 13, 2017
1 parent fe7ded5 commit bc52284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emcli/commands/toggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_upstream_status(self, slice, service, env):
status.total_upstreams,
status.total_load_balancers
)
self.show_result(status, desc)
self.show_result(status.__dict__, desc)
return status

def toggle_service_slices(self, service, env):
Expand Down

0 comments on commit bc52284

Please sign in to comment.