abderrahim commented on issue #1917: URL: https://github.com/apache/buildstream/issues/1917#issuecomment-2094075629
This is indeed weird. I can't reproduce it using my host install of buildstream (installed using pipx). However, using the CI container used in that commit I can reproduce it. The error itself looks like we're leaking a `YAMLLoadError` which should be caught within the `_yaml` module. Reading the code, I suspect it's a typo here https://github.com/apache/buildstream/blob/c7274d41d0d0af87cc2081d67589841e8e16b592/src/buildstream/_yaml.pyx#L287, where should be `YAMLLoadError` instead of `LoadError`. -- 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]
