-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to import plugin plugins.ginger.Ginger #39
Comments
Nice catch. Only happened because you've ran Ginger without Kimchi I believe. We'll need to either move this to WoK or import it to Ginger. I guess the first option is better because it avoids duplicating code. Any comments, @alinefm ? |
Moving to ginger-base is another option as well |
Hi @danielhb! Hi @chandrureddy! Wok should only contain what is needed to start up the web server. So it is not an option for this. |
Hi @danielhb I will be taking care of this in my next patch. |
Thanks @pkulkark |
This bug was referring specifically to errors in the the 'disks' module. These errors were fixed upstream a while ago. |
Failed to import plugin plugins.ginger.Ginger
because model/utils.py is referring to
from wok.plugins.kimchi.disks import _get_dev_major_min
from wok.plugins.kimchi.disks import _get_dev_node_path
The text was updated successfully, but these errors were encountered: