We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the defect
When using raven creating folder, there might have a FileExistsError, because the FileExistsError is a new error type in python 3.
FileExistsError
Adding exist_ok=True to os.makedirs
exist_ok=True
This review should occur before any development is performed as a response to this issue.
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered:
How?
Sorry, something went wrong.
Closure checklist passed...
Closure approved via #1069
Successfully merging a pull request may close this issue.
Defect Description
Describe the defect
What did you see instead?
When using raven creating folder, there might have a
FileExistsError
, because theFileExistsError
is a new error type in python 3.Do you have a suggested fix for the development team?
Adding
exist_ok=True
to os.makedirsFor Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered: