From f666cb4d1ec12498b671eb361f5c60461288b6ba Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 3 Apr 2013 11:28:26 +0300 Subject: Take args and kwargs in Product.init --- gsxws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gsxws.py') diff --git a/gsxws.py b/gsxws.py index 670e794..bc9b7f8 100755 --- a/gsxws.py +++ b/gsxws.py @@ -860,7 +860,7 @@ class Product(GsxObject): urllib.urlretrieve(self.imageURL) return result[0] except Exception, e: - raise GsxError('Failed to fetch product image') + raise GsxError('Failed to fetch product image: %s' % e) def init(env='ut', region='emea'): global CLIENT, REGION_CODES -- cgit v1.2.3