Hadron / carthage

Carthage is an Infrastructure as Code (IAC) framework
Other
7 stars 4 forks source link

load_plugin will load a package more than once #26

Closed hartmans closed 8 months ago

hartmans commented 1 year ago

load_plugin has logic to avoid loading a plugin more than once if the plugin is specified by path. However if it is specified by python package name, there is no such logic.