Commit 40273eb
committed
Fix missing f-prefix in exponential histogram max_size error messages
The continuation strings of the two ValueError messages in
_ExponentialBucketHistogramAggregation lacked the f prefix, so the
literal text {self._min_max_size} / {self._max_max_size} was printed
instead of the actual limits (2 / 16384).1 parent 1a71171 commit 40273eb
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
| 653 | + | |
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| |||
0 commit comments