Skip to content

Fix issue with concurrent import of plotly module and checking permissions #864

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

Closed
wants to merge 1 commit into from

Conversation

alexnirvan
Copy link

Issue raises when _permissions() is called concurrently (Ex.: in case of concurrent import plotly from two different processes or scripts):

  • open TEST_FILE on a second call would raise an exception and _files_permissions would potentially wrongfully set to False.

@jonmmease
Copy link
Contributor

Closing as this issue has been resolved by #1195 and released in version 3.3.0. Feel free to open a new issue if you're still having trouble. Thanks!

@jonmmease jonmmease closed this Sep 28, 2018
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