Skip to content

Commit f198053

Browse files
committed
AsinNotFoundException includes the search string
1 parent ceaab76 commit f198053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amazon_paapi/tools/asin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def get_asin(text: str) -> str:
1515
if asin:
1616
return asin.group(2)
1717
else:
18-
raise AsinNotFoundException('Asin not found found')
18+
raise AsinNotFoundException('Asin not found: ' + text)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='python-amazon-paapi',
8-
version='4.1.0',
8+
version='4.1.1',
99
author='Sergio Abad',
1010
author_email='[email protected]',
1111
description='Amazon Product Advertising API 5.0 wrapper for Python',

0 commit comments

Comments
 (0)