Skip to content

Commit

Permalink
[processing] fixed add model from file
Browse files Browse the repository at this point in the history
fixes #15335
  • Loading branch information
volaya committed Oct 5, 2016
1 parent 0348dd5 commit 484fd18
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ def initializeSettings(self):
ModelerUtils.defaultModelsFolder(), valuetype=Setting.MULTIPLE_FOLDERS))

def modelsFolder(self):
return ModelerUtils.modelsFolder()
return ModelerUtils.modelsFolders()[0]

def getDescription(self):
return self.tr('Models', 'ModelerAlgorithmProvider')
Expand Down

0 comments on commit 484fd18

Please sign in to comment.