Skip to content

Commit 61cc8b5

Browse files
committed
[processing] Fix exception when dropping model file on qgis window
1 parent 87bce6a commit 61cc8b5

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)