Skip to content

Commit 49c29e6

Browse files
committedJul 12, 2018
[processing] Fix exception when dropping model file on qgis window
(cherry-picked from 61cc8b5)
1 parent cb3364f commit 49c29e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/ProcessingPlugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def handleFileDrop(self, file):
7575
if not file.lower().endswith('.model3'):
7676
return False
7777
self.runAlg(file)
78+
return True
7879

7980
@staticmethod
8081
def runAlg(file):

0 commit comments

Comments
 (0)
Please sign in to comment.