-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.4.5
Python version
3.11
Steps to Reproduce
- Create a plugin, that uses some resource loading (i.e.
template_extensions) and explicitly define this resource path inPluginConfigclass withtemplate_extensions = 'template_extensions' - Install Plugin
- Start Netbox
Expected Behavior
Netbox should start normally, with plugin loaded.
Observed Behavior
An ImportError exception is raised saying that the plugin has not defined an attribute/class called exactly like the name of the plugin.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application