mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
helpful comments next to all static enum parameter values used in child algorithms with the corresponding text. I.e. instead of alg_params = { 'END_CAP_STYLE': 2, } we now export alg_params = { 'END_CAP_STYLE': 2, # Flat } Much more readable!