LIST-LUXEMBOURG / wpsclient

Python client for Web Process Services
European Union Public License 1.1
2 stars 0 forks source link

checkStatus() return codes #11

Closed ldesousa closed 10 years ago

ldesousa commented 10 years ago

I think you should check the return codes in the WPSClient checkStatus() function. They seem inconsistent with the comments, especially the return false if the process is still running. Also, if you raise an exception, I don't think you need to follow that with a return statement.