-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Description
In the WPSRequest class we have the members identifier and identifiers:
Line 40 in 34b06f4
| self.identifiers = None |
Looks like identifiers is a left over and a potential bug.
Steps to Reproduce
Additional Information
See also PR #330 and WPSRequest tests:
pywps/tests/test_wpsrequest.py
Line 33 in 91da95e
| 'identifiers': 'ahoj', # TODO: why identifierS? |