diff options
Diffstat (limited to 'gsxws.py')
-rwxr-xr-x | gsxws.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -584,7 +584,7 @@ class Part(GsxObject): result = urllib.urlretrieve(url, tmpfile.name) return result[0] except Exception, e: - GsxError('Failed to fetch part image') + raise GsxError('Failed to fetch part image: %s' % e) class Escalation(GsxObject): def create(self): |