-
- Downloads
Replace exit()s with ValueError()s
In several places we hit an error state and exit using exit(), instead of raising a ValueError - fixed this.
Loading
Please register or sign in to comment
In several places we hit an error state and exit using exit(), instead of raising a ValueError - fixed this.