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

Async/exists check should use async function #2901

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

wild-endeavor
Copy link
Contributor

Why are the changes needed?

Discovered while testing another fix. If we attempt to call the sync method, any original exception (such as file does not exist) gets compounded with a loop not running exception which is confusing.

What changes were proposed in this pull request?

How was this patch tested?

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
@wild-endeavor wild-endeavor enabled auto-merge (squash) November 5, 2024 00:48
@wild-endeavor wild-endeavor merged commit 6e4e53b into master Nov 5, 2024
29 checks passed
kumare3 pushed a commit that referenced this pull request Nov 8, 2024
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
katrogan pushed a commit that referenced this pull request Nov 15, 2024
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Signed-off-by: Katrina Rogan <katroganGH@gmail.com>
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