Description
In the WPSRequest class we have the members identifier and identifiers:
Looks like identifiers is a left over and a potential bug.
Steps to Reproduce
Additional Information
See also PR #330 and WPSRequest tests:
|
'identifiers': 'ahoj', # TODO: why identifierS? |
Description
In the
WPSRequestclass we have the membersidentifierandidentifiers:pywps/pywps/app/WPSRequest.py
Line 40 in 34b06f4
Looks like
identifiersis a left over and a potential bug.Steps to Reproduce
Additional Information
See also PR #330 and
WPSRequesttests:pywps/tests/test_wpsrequest.py
Line 33 in 91da95e