aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@0x00.co>2013-04-03 11:28:26 +0300
committerFilipp Lepalaan <f@0x00.co>2013-04-03 11:28:26 +0300
commitf666cb4d1ec12498b671eb361f5c60461288b6ba (patch)
tree9b5026fd4571b62340da7673d5ec6a72b0956c22
parent8f5012d5859eeb59af90814efede23c1f5af49a4 (diff)
downloadpy-gsxws-f666cb4d1ec12498b671eb361f5c60461288b6ba.tar.gz
py-gsxws-f666cb4d1ec12498b671eb361f5c60461288b6ba.tar.bz2
py-gsxws-f666cb4d1ec12498b671eb361f5c60461288b6ba.zip
Take args and kwargs in Product.init
-rwxr-xr-xgsxws.py2
1 files changed, 1 insertions, 1 deletions
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