From 907f66ae8bb7178c57ebcafe84b0486ed09c9905 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 26 Apr 2019 16:43:53 -0400 Subject: [PATCH] Have the range be more precise on verbose --- confluent_client/bin/stats | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_client/bin/stats b/confluent_client/bin/stats index 155e6c2b..620cf157 100755 --- a/confluent_client/bin/stats +++ b/confluent_client/bin/stats @@ -115,6 +115,7 @@ if args.v and n is not None and nodebydatum: if not nextbin: nextbin = np.max(plotdata) print('Entries between {0} and {1}'.format(currbin, nextbin)) + currbin = nextbin print('-' * 80) print(','.join(sorted(currbinmembers))) print('')