mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -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!