You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MainRecipe.global_consumption_calculation() looks like it should have self as its first argument but it's first arg is "disc_type", without self. I'm not sure what's the intent here.
@kemccusker In this case, it was an abstract method — like a placeholder outlining things to overload later — it didn't actually have code to run itself. It was just signaling the intent inconsistently.
MainRecipe.global_consumption_calculation()
looks like it should haveself
as its first argument but it's first arg is "disc_type", withoutself
. I'm not sure what's the intent here.dscim/src/dscim/menu/main_recipe.py
Line 771 in 8a870c3
The text was updated successfully, but these errors were encountered: