decaf12 opened a new pull request, #19459:
URL: https://github.com/apache/kafka/pull/19459

   `update_local_yaml_content` in `refresh_collaborators.py` instantiates a 
YAML object with no arguments. As such, the YAML object defaults to using a 
`RoundTripRepresenter` under the hood, which serializes `None` into an empty 
string.
   
   This PR updates the YAML object's serialization behaviour to return `~` for 
`None`.


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to