Skip to content

Commit

Permalink
Set plugin name to the folder name for Advanced plugins. (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Jul 11, 2023
1 parent 55b8353 commit 7044abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings/hub/dataplugin/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def plugin_name(self):
try:
self._plugin_name = get_plugin_name_from_local_manifest(
os.path.join(btconfig.DATA_PLUGIN_FOLDER, src_folder_name)
)
) or src_folder_name
except Exception as ex:
self.logger.exception(ex)
self._plugin_name = src_folder_name
Expand Down

0 comments on commit 7044abb

Please sign in to comment.