Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Fix exception when dropping model file on qgis window
(cherry-picked from 61cc8b5)
  • Loading branch information
nyalldawson committed Jul 12, 2018
1 parent cb3364f commit 49c29e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -75,6 +75,7 @@ def handleFileDrop(self, file):
if not file.lower().endswith('.model3'):
return False
self.runAlg(file)
return True

@staticmethod
def runAlg(file):
Expand Down

0 comments on commit 49c29e6

Please sign in to comment.