Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in run_command #809

Closed
wants to merge 1 commit into from
Closed

Fix typo in run_command #809

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 21, 2022

Currently, if there's a timeout, the cmd field of the exception is set to cwd, which results in messages like:

Command 'None' timed out after 20 seconds

when the cwd param isn't set.


This change is Reviewable

Currently, if there's a timeout, the `cmd` field of the exception is set to `cwd`, which results in messages like:

```
Command 'None' timed out after 20 seconds
```

when the `cwd` param isn't set.
@google-cla
Copy link

google-cla bot commented Apr 21, 2022

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).

For more information, open the CLA check for this pull request.

@ghost ghost closed this Apr 21, 2022
@ghost ghost deleted the patch-1 branch April 21, 2022 18:34
This pull request was closed.
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.

0 participants