aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws.py')
-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