Skip to content

Commit 37cd297

Browse files
clarify error msg
1 parent 8cdc3fb commit 37cd297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Model/bin/ssLoadBatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def solr_request(method, url, data=None, auth=None, headers=None):
410410
print('Solr response:')
411411
print(request.text, flush=True)
412412
except Exception:
413-
print('Solr response:', file=sys.stderr)
413+
print('Solr error response:', file=sys.stderr)
414414
print(request.text, file=sys.stderr, flush=True)
415415
raise
416416

0 commit comments

Comments
 (0)