thefakequake / pypartpicker

A Python package that can be used to fetch information from PCPartPicker on products and parts lists.
MIT License
20 stars 9 forks source link

Add out of range error message to product_search parameter #1

Closed Bogpan closed 3 years ago

Bogpan commented 3 years ago

Raise an error when the limit in product_search() is a negative integer.

thefakequake commented 3 years ago

looks good