Skip to content

Commit 568b459

Browse files
ourmoaznittzel
andauthored
Update puan/__init__.py
Co-authored-by: Rikard Olsson <rikard@ourstudio.se>
1 parent c683d72 commit 568b459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

puan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Bounds:
4747

4848
def __init__(self, lower: int, upper: int):
4949
if lower > upper:
50-
raise ValueError
50+
raise ValueError(f"upper bound must be higher than lower bound, got: ({lower}, {upper})")
5151
self.lower = lower
5252
self.upper = upper
5353

0 commit comments

Comments
 (0)