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

Catch OSError from renaming non-existant file #97

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

takluyver
Copy link
Member

In some circumstances, we can fail to connect to the SQLite database without creating the file. Then attempting to move it to the backup location fails as well. This catches that error and falls back to using an in-memory database for signatures.

Closes jupyter/notebook#2621

In some circumstances, we can fail to connect to the SQLite database
without creating the file. Then attempting to move it to the backup location
fails as well. This catches that error and falls back to using an
in-memory database for signatures.

Closes jupyter/notebook#2621
@takluyver takluyver added this to the 4.3 milestone Jul 4, 2017
@minrk minrk merged commit 36852aa into jupyter:master Jul 12, 2017
@mpacer mpacer modified the milestones: 4.4, 4.3 Aug 11, 2017
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.

3 participants