Skip to content

Commit

Permalink
[processing] fetch scripts and models from qgis-2 branch to avoid
Browse files Browse the repository at this point in the history
overlapping with scripts and models for QGIS 3
  • Loading branch information
alexbruy committed Jan 30, 2018
1 parent 0cb8286 commit 5c66437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/ProcessingConfig.py
Expand Up @@ -150,7 +150,7 @@ def initialize():
ProcessingConfig.tr('General'),
ProcessingConfig.MODELS_SCRIPTS_REPO,
ProcessingConfig.tr('Scripts and models repository'),
'https://raw.githubusercontent.com/qgis/QGIS-Processing/master'))
'https://raw.githubusercontent.com/qgis/QGIS-Processing/qgis-2'))
extensions = processing.tools.dataobjects.getSupportedOutputVectorLayerExtensions()
ProcessingConfig.addSetting(Setting(
ProcessingConfig.tr('General'),
Expand Down

0 comments on commit 5c66437

Please sign in to comment.