addons icon indicating copy to clipboard operation
addons copied to clipboard

Update crosstool_wrapper_driver_is_not_gcc.tpl

Open 87dnz opened this issue 8 months ago • 1 comments

replace import pipes with import shlex as pipes to fix ModuleNotFoundError: No module named 'pipes' (because pipes is deprecated since python version 3.11, and removed since version 3.13)

87dnz avatar Mar 13 '25 17:03 87dnz

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Mar 13 '25 17:03 google-cla[bot]