geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
177 stars 117 forks source link

fix output stream of scheduler #563

Closed cehbrecht closed 3 years ago

cehbrecht commented 3 years ago

Overview

This PR splits the output stream for error and stdout in different files. This is necessary on some parallel filesystems.

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

cehbrecht commented 3 years ago

@tomkralidis merging it has a quick-fix.