Skip to content

Conversation

@nbayati
Copy link
Contributor

@nbayati nbayati commented Nov 3, 2025

The subprocess.run command was using .split() which does not handle quoted paths with spaces correctly. This would cause a FileNotFoundError when the path to the executable contained spaces.

This change replaces .split() with shlex.split() to correctly parse the command string.

A test case has been added to verify the fix and prevent regressions.

This was reported in b/237606033

The `subprocess.run` command was using `.split()` which does not handle quoted paths with spaces correctly. This would cause a `FileNotFoundError` when the path to the executable contained spaces.

This change replaces `.split()` with `shlex.split()` to correctly parse the
command string.

A test case has been added to verify the fix and prevent regressions.
@nbayati nbayati requested review from a team as code owners November 3, 2025 19:47
@daniel-sanche daniel-sanche enabled auto-merge (squash) November 11, 2025 00:36
@daniel-sanche daniel-sanche merged commit cf6fc3c into googleapis:main Nov 11, 2025
12 checks passed
vchudnov-g added a commit that referenced this pull request Dec 15, 2025
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.

Librarian Version: v0.7.0
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
<details><summary>google-auth: 2.44.0</summary>

##
[2.44.0](v2.43.0...v2.44.0)
(2025-12-12)

### Features

* MDS connections use mTLS (#1856)
([0387bb9](0387bb95))

* support Python 3.14 (#1822)
([0f7097e](0f7097e7))

* add ecdsa p-384 support (#1872)
([39c381a](39c381a5))

* Add shlex to correctly parse executable commands with spaces (#1855)
([cf6fc3c](cf6fc3cc))

* Implement token revocation in STS client and add revoke() metho…
(#1849)
([d563898](d5638986))

### Bug Fixes

* Add temporary patch to workload cert logic to accomodate Cloud Run
mis-configuration (#1880)
([78de790](78de7907))

* Delegate workload cert and key default lookup to helper function
(#1877)
([b0993c7](b0993c7e))

* Use public refresh method for source credentials in
ImpersonatedCredentials (#1884)
([e0c3296](e0c3296f))

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants