diff options
author | Filipp Lepalaan <f@0x00.co> | 2013-04-03 11:28:26 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@0x00.co> | 2013-04-03 11:28:26 +0300 |
commit | f666cb4d1ec12498b671eb361f5c60461288b6ba (patch) | |
tree | 9b5026fd4571b62340da7673d5ec6a72b0956c22 /gsxws.py | |
parent | 8f5012d5859eeb59af90814efede23c1f5af49a4 (diff) | |
download | py-gsxws-f666cb4d1ec12498b671eb361f5c60461288b6ba.tar.gz py-gsxws-f666cb4d1ec12498b671eb361f5c60461288b6ba.tar.bz2 py-gsxws-f666cb4d1ec12498b671eb361f5c60461288b6ba.zip |
Take args and kwargs in Product.init
Diffstat (limited to 'gsxws.py')
-rwxr-xr-x | gsxws.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |