KutsuyaYuki / ABG_extension

228 stars 23 forks source link

fix: 🪲 unnecessary message when a module is already installed. #23

Closed Murlors closed 1 year ago

Murlors commented 1 year ago

As https://github.com/KutsuyaYuki/ABG_extension/issues/6#issuecomment-1497758365 mentioned. when using the importlib.util.find_spec method, the module name should be a parameter instead of the package name.

Patchy319 commented 1 year ago

Installing your fork, fixed the issue I was having! Thx! Vouch for this to be merged

KutsuyaYuki commented 1 year ago

Thank you!