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

Fix issue when data is written to container created from the client #629

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

jmaruland
Copy link
Collaborator

This PR fixes issue #625. In general, the issue was detected when a new container was created using create_container() from the tiled client and some data was added to this container. The result of this was a FileNotFoundError.
This PR adds a check in all the adapters that have a writing feature to create all the parent subdirectories that are necessary before the data is saved in storage.

Closes #625

@danielballan danielballan merged commit 3adcc9c into bluesky:main Jan 2, 2024
8 checks passed
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.

Writing data to empty data dir
2 participants