hiSandog opened a new pull request, #25834: URL: https://github.com/apache/pulsar/pull/25834
### Motivation The Python protobuf stub generation script uses a temporary virtualenv path and its own script directory in several shell commands. Leaving those paths unquoted can split paths that contain spaces or other shell metacharacters, and it also makes the cleanup command less robust. ### Modifications Quote the temporary virtualenv path and script directory references in src/update_python_protobuf_stubs.sh. ### Verifications - bash -n src/update_python_protobuf_stubs.sh - git diff --check -- 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]
