Skip to content

Commit

Permalink
[processing] modeler dialog now saves automatically the model before …
Browse files Browse the repository at this point in the history
…executing it
  • Loading branch information
volaya committed Mar 27, 2014
1 parent 3c7a680 commit e63b75c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/modeler/ModelerDialog.py
Expand Up @@ -221,6 +221,7 @@ def runModel(self):
self.alg.descriptionFile = None
alg.descriptionFile = None
else:
self.save()
if self.alg.provider is None:
# Might happen if model is opened from modeler dialog
self.alg.provider = Providers.providers['model']
Expand Down

0 comments on commit e63b75c

Please sign in to comment.