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

uniform tab/spaces in WPS templates #690

Closed fmigneault closed 11 months ago

fmigneault commented 11 months 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 11 months ago

Coverage Status

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

fmigneault commented 11 months ago

@cehbrecht FYI

cehbrecht commented 11 months ago

@fmigneault thanks :) Ok to merge?

fmigneault commented 11 months ago

Yes. All good.