2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Have the range be more precise on verbose

This commit is contained in:
Jarrod Johnson 2019-04-26 16:43:53 -04:00
parent c8c275f804
commit 907f66ae8b

View File

@ -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('')