TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

RestResult.getSuccessful returns wrong result #45

Closed askask closed 7 years ago

askask commented 7 years ago

In the constructor of RestResult, successful is set to true if the statusCode is 200, but the getter in ExecutionResult doesn't use successful, but instead uses the exitCode.