Merge branch 'morty-patch-1'
This commit is contained in:
commit
4d3dd43268
|
@ -86,7 +86,7 @@ class CatalogueServiceWebController(BaseController):
|
||||||
req["maxRecords"] = int(maxRecords)
|
req["maxRecords"] = int(maxRecords)
|
||||||
except:
|
except:
|
||||||
err = self._exception(exceptionCode="InvalidParameterValue", locator="maxRecords",
|
err = self._exception(exceptionCode="InvalidParameterValue", locator="maxRecords",
|
||||||
text=unicode(startPosition))
|
text=unicode(maxRecords))
|
||||||
return self._render_xml(err)
|
return self._render_xml(err)
|
||||||
req["id"] = [req["id"]] if "id" in req else []
|
req["id"] = [req["id"]] if "id" in req else []
|
||||||
return ops[req["request"]](req)
|
return ops[req["request"]](req)
|
||||||
|
|
Loading…
Reference in New Issue