generated from entelecheia/hyperfast-python-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): use caller's package name in plugin loading
In the `core.py` file, the plugin loading mechanism has been refactored to extract the package name of the caller rather than using a hardcoded package name. The necessary utility functions to get the package name and to check if a plugin is importable have been imported from the `packages` utility file. The logger has also been used to log information or debug messages about which plugins are being loaded and whether they are importable.
- Loading branch information
1 parent
a638659
commit 04156be
Showing
1 changed file
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters