forked from enviPath/enviPy
Implement Compound CRUD (#22)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#22
This commit is contained in:
@ -36,7 +36,8 @@ def ensure_plugins_installed():
|
||||
if not is_installed(package_name):
|
||||
install_wheel(wheel_path)
|
||||
else:
|
||||
print(f"Plugin already installed: {package_name}")
|
||||
# print(f"Plugin already installed: {package_name}")
|
||||
pass
|
||||
|
||||
|
||||
def discover_plugins(_cls: Type = None) -> Dict[str, Type]:
|
||||
|
||||
Reference in New Issue
Block a user