Skip to content

Commit

Permalink
Merge branch 'releases'
Browse files Browse the repository at this point in the history
  • Loading branch information
rushirajnenuji committed Aug 21, 2019
2 parents 417cd50 + e6bc0df commit afff318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _fetch(url, an_id):
# Adding the resMap identifiers to the datasetIdentifierFamily
result.extend(resMap)

params['fl'] = (None,'id,,seriesId,documents,obsoletes')
params['fl'] = (None, 'id,seriesId,documents,obsoletes')
query = ") OR (".join(map(quoteTerm, resMap))
params['fq'] = (None,"resourceMap:((" + query + "))")
response = _doPost(session, url, params, use_mm=use_mm_params)
Expand Down

0 comments on commit afff318

Please sign in to comment.