Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalide use of encode on bytes object
Within the pywps.inout.inputs.ComplexInput the json convertion function use encode where decode should be used. The patch fix this issue.
- Loading branch information