We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bce6a commit 61cc8b5Copy full SHA for 61cc8b5
python/plugins/processing/ProcessingPlugin.py
@@ -75,6 +75,7 @@ def handleFileDrop(self, file):
75
if not file.lower().endswith('.model3'):
76
return False
77
self.runAlg(file)
78
+ return True
79
80
@staticmethod
81
def runAlg(file):
0 commit comments