mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] Fix exception when dropping model file on qgis window
This commit is contained in:
parent
87bce6ad7e
commit
61cc8b5774
@ -75,6 +75,7 @@ class ProcessingDropHandler(QgsCustomDropHandler):
|
||||
if not file.lower().endswith('.model3'):
|
||||
return False
|
||||
self.runAlg(file)
|
||||
return True
|
||||
|
||||
@staticmethod
|
||||
def runAlg(file):
|
||||
|
Loading…
x
Reference in New Issue
Block a user