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 bb73596 commit e2331c9Copy full SHA for e2331c9
python/plugins/processing/modeler/DeleteModelAction.py
@@ -48,5 +48,5 @@ def execute(self):
48
QMessageBox.Yes | QMessageBox.No,
49
QMessageBox.No)
50
if reply == QMessageBox.Yes:
51
- os.remove(self.itemData.descriptionFile)
+ os.remove(self.itemData.sourceFilePath())
52
QgsApplication.processingRegistry().providerById('model').refreshAlgorithms()
0 commit comments