-
Notifications
You must be signed in to change notification settings - Fork 200
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
Meet FileExistsError
while importing vsts package occasionally
#354
Comments
tedchamb
added a commit
that referenced
this issue
Aug 13, 2020
fixed in #356 This can happen if the cache directory doesn't exist and two threads try to create it at the same time. You are using the very old package
|
tedchamb
added a commit
that referenced
this issue
Aug 15, 2020
pull bot
pushed a commit
to tooniez/azure-devops-python-api
that referenced
this issue
Jul 27, 2024
* fix for issue microsoft#354 * catch OSError instead of FileExistsError, since FileExistsError is not available in python 2.7
pull bot
pushed a commit
to tooniez/azure-devops-python-api
that referenced
this issue
Jul 27, 2024
* fix for issue microsoft#354 * catch OSError instead of FileExistsError, since FileExistsError is not available in python 2.7 * Revert "update apis to match 6.0 RTW" This reverts commit e3f3fa9. * regen 6.0 as preview * bump version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team,
We run some tests in ADO and meet below error:
After check the source code, we found the error happens in this line.
It seems to have something to do with parallel running. Can anyone help with this ?
The text was updated successfully, but these errors were encountered: