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

uniform tab/spaces in WPS templates #690

Closed fmigneault closed 1 year ago

fmigneault commented 1 year ago

Overview

Replaces tabs by spaces to make consistent indents in WPS XML template files and generated responses.

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

coveralls commented 1 year ago

Coverage Status

coverage: 84.061%. remained the same when pulling a929bcf2b6281757b1bf9ffc5ad9b8c5884174c8 on fmigneault:fix-template-indents into f646d3934f643c78a21a0845a38aa593f79aa7be on geopython:main.

fmigneault commented 1 year ago

@cehbrecht FYI

cehbrecht commented 1 year ago

@fmigneault thanks :) Ok to merge?

fmigneault commented 1 year ago

Yes. All good.