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

[1.0] Do not automatically create the base directory for Local adapter #620

Conversation

nicolasmure
Copy link
Contributor

Related to #618

We throw an exception when building the adapter if the specified base
directory does not exist. The write methods can still create sub
directories (eg /base/my/very/deep/dir), however the /base directory
have to be present.

The developer should create this directory on its own before using the
adapter.

Related to KnpLabs#618

We throw an exception when building the adapter if the specified base
directory does not exist. The write methods can still create sub
directories (eg /base/my/very/deep/dir), however the /base directory
have to be present.

The developer should create this directory on its own before using the
adapter.
@nicolasmure nicolasmure requested a review from akerouanton June 28, 2019 15:10
@nicolasmure nicolasmure merged commit a93e739 into KnpLabs:1.x Jul 1, 2019
@nicolasmure nicolasmure deleted the fix/do-not-create-local-directory-automatically branch July 1, 2019 11:03
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