Skip to content

Commit

Permalink
Merge pull request #133 from citrusleaf/TOOLS-1824-show-best-hot-fix
Browse files Browse the repository at this point in the history
Show best practices bug.
  • Loading branch information
Jesse S authored Oct 11, 2021
2 parents 24307bb + 44cb294 commit f2a9a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/collectinfo_analyzer/show_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ def __init__(self):
self.modifiers = set(["with"])

def _do_default(self, line):
best_practices = self.log_handler.info_statistics(stanza="best_practices")
best_practices = self.log_handler.info_meta_data(stanza="best_practices")

for timestamp in sorted(best_practices.keys()):
if not best_practices[timestamp]:
Expand Down

0 comments on commit f2a9a5f

Please sign in to comment.