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
When trying to load a compose with productmd.compose.Compose class, if some file is not found, an AttributeError gets reported. Because of the lazy loading, there is no reliable way to even catch such exceptions.
When trying to load a compose with
productmd.compose.Composeclass, if some file is not found, anAttributeErrorgets reported. Because of the lazy loading, there is no reliable way to even catch such exceptions.