Revision 49830
Added by Sandro La Bruzzo almost 7 years ago
modules/dli-service-portal/trunk/eu/dnetlib/es_connector.py | ||
---|---|---|
180 | 180 |
related_unknown=related_unknown)) |
181 | 181 |
|
182 | 182 |
return DLIESResponse(total=1, hits=hits) |
183 |
except: |
|
183 |
except Exception as e: |
|
184 |
print "Error on getting item" |
|
185 |
print e |
|
184 | 186 |
return DLIESResponse() |
Also available in: Unified diff
fixed npe