slapos/recipe/librecipe/generic.py: GenericBaseRecipe's _ws is a lazy attribute now.
getWorkingSet() is slow and it is not always needed. So, it is better not to call it in __init__.
Showing
Please register or sign in to comment
getWorkingSet() is slow and it is not always needed. So, it is better not to call it in __init__.