Skip to content

Commit

Permalink
Avoid python error when plugin was not found
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 authored and nyalldawson committed Apr 14, 2022
1 parent 9461151 commit d9c4ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyplugin_installer/plugindependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def find_dependencies(plugin_id, plugin_data=None, plugin_deps=None, installed_p
'version_installed': None,
'version_required': None,
'version_available': None,
'use_stable_version': None,
'action': None,
'error': 'missing_id'
}})
Expand Down

0 comments on commit d9c4ace

Please sign in to comment.