Revision f5a1e653 snf-pithos-app/pithos/api/util.py
b/snf-pithos-app/pithos/api/util.py | ||
---|---|---|
1124 | 1124 |
return render_fault(request, fault) |
1125 | 1125 |
except BaseException, e: |
1126 | 1126 |
logger.exception('Unexpected error: %s' % e) |
1127 |
fault = InternalServerError('Unexpected error: %s' % e)
|
|
1127 |
fault = InternalServerError('Unexpected error')
|
|
1128 | 1128 |
return render_fault(request, fault) |
1129 | 1129 |
finally: |
1130 | 1130 |
if getattr(request, 'backend', None) is not None: |
Also available in: Unified diff