harrysarson opened a new issue, #1976: URL: https://github.com/apache/buildstream/issues/1976
Hi we have seen a bug whilst loading a buildstream project that uses junctions. The bug ends up with `AttributeError: 'NoneType' object has no attribute '_load_file'` in `buildstream/_loader/loader.py` presumably because `get_loader()` returns `None` here https://github.com/apache/buildstream/blob/6d16e3a746d0f8fc4b1873f0bf82e4ddd90d7f85/src/buildstream/_loader/loader.py#L189. I have seen https://github.com/apache/buildstream/pull/1975 which seems to make `get_loader()` returning `None` more robust. However, we are struggling to reproduce so are not able to confirm whether that issue fixes the bug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
