What is the purpose of WPSRequest.identifiers?
Open
bug
question
- Dominant language
- Python
- Stars
- 186
- Forks
- 117
- Avg merge
- 11d 20h
- Merged PRs (30d)
- 1
Description
# Description
In the `WPSRequest` class we have the members `identifier` and `identifiers`:
https://github.com/geopython/pywps/blob/34b06f4355cce6eed7d057d17c76b001b4daf0c0/pywps/app/WPSRequest.py#L40
Looks like `identifiers` is a left over and a potential bug.
# Steps to Reproduce
# Additional Information
See also PR #330 and `WPSRequest` tests:
https://github.com/geopython/pywps/blob/91da95ef846e4d9bce7cfd8016af467d2acfd1cb/tests/test_wpsrequest.py#L33
Contributor guide
Assessment
This issue has not been assessed yet.