Skip to content

Commit dc01aec

Browse files
committed
Add sagaprovider in core plugins filter
1 parent 3641726 commit dc01aec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin_exporter/plugin_exporter.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ def run(self):
194194
if self.first_start:
195195
self.first_start = False
196196
self.dlg = PluginExporterDialog()
197-
self.core_plugins = ['processing', 'otbprovider', 'grassprovider', 'db_manager', 'MetaSearch']
197+
self.core_plugins = ['processing', 'otbprovider', 'grassprovider',
198+
'db_manager', 'MetaSearch', 'sagaprovider']
198199
self.pyplugin = pyplugin_installer.instance()
199200
self.pyplugin.reloadAndExportData() # Generate metadata cache
200201
self.get_plugins()

0 commit comments

Comments
 (0)