You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by "abderrahim (via GitHub)" <gi...@apache.org> on 2023/04/15 16:59:02 UTC

[GitHub] [buildstream] abderrahim commented on issue #1833: userconfig.yaml: Severely malformed YAML: 'NoneType' object is not callable

abderrahim commented on issue #1833:
URL: https://github.com/apache/buildstream/issues/1833#issuecomment-1509892937

   As I mentioned above, this seems to be a problem with [ruamel.yaml.clib](https://pypi.org/project/ruamel.yaml.clib/). To check it, try the following 
   
   ```
   from ruamel import yaml
   yaml.CParser
   ```
   
   It should probably raise the correct error that we're after (Here on x86_64, it just shows `<class '_ruamel_yaml.CParser'>`)


-- 
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: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org