I am getting a java.util.NoSuchElementException: None.get on the following code:
// Deserialize a directory bundle
val bundle = (for(bundleFile <- managed(BundleFile(bundle_path))) yield {
bundleFile.loadMleapBundle().get
}).opt.get
The error is on the opt.get line