Skip to content

Commit

Permalink
remove info_old_xdr itervalues() call
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jun 9, 2020
1 parent 1064061 commit 6bff8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def info_dc(stats, cluster, timestamp="", **ignore):
# pre 5.0
@staticmethod
def info_old_XDR(stats, builds, xdr_enable, cluster, timestamp="", **ignore):
if not max(xdr_enable.itervalues()):
if not max(xdr_enable.values()):
return

prefixes = cluster.get_node_names()
Expand Down

0 comments on commit 6bff8c8

Please sign in to comment.