aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgsxws.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws.py b/gsxws.py
index b642032..b36c676 100755
--- a/gsxws.py
+++ b/gsxws.py
@@ -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):