While bakery aopen if cake could not be baked bakery will try to unbake all cakes within bakery. BUT! There could be cakes that have other cakes as the recipe. And in the code it will try to call such (not baked) cake, and will get ValueError -- cake is not baked.
While bakery aopen if cake could not be baked bakery will try to unbake all cakes within bakery. BUT! There could be cakes that have other cakes as the recipe. And in the code it will try to call such (not baked) cake, and will get ValueError -- cake is not baked.