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
178 stars 117 forks source link

pywps/inout/basic.py, pywps/app/Service.py - replace ':' with os.pathsep #545

Closed idanmiara closed 4 years ago

idanmiara commented 4 years ago

... (colon on Linux, semicolon on Windows) to allow path list separation also on Windows with full paths that include colon (i.e.. c:\maps)

Overview

Related Issue / Discussion

Additional Information

Contribution Agreement

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

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 75.589% when pulling aecd4d97e718cbce9c2afe2bd2dd45f99f0c4571 on talos-gis:pywps-4.2 into 81c6813fa486ca303efdd48e7e0cb97da8d0912d on geopython:pywps-4.2.

cehbrecht commented 4 years ago

@idanmiara thanks :)