👌 Do not create target directory upon initializing a collection#23
👌 Do not create target directory upon initializing a collection#23n-burger wants to merge 1 commit intouseblocks:masterfrom
Conversation
|
Would it be possible to merge this PR? |
|
Sorry for the late reply. I want to reactivate this. |
|
I rebased this on the new infrastructure PR, let's see whether the CI is green. |
|
Is that the right implementation for the problem? Creating the target directory might make sense for some cases. |
|
Ok nice, now we know all tests are failing. |
|
It has actually been a long time I have looked into this, feel free to fix it if you have time :) |
|
@danwos Do you have an opinion what is the best handling of this? The collection owns the |
Currently, a collection always creates the target directory upon initialization. This leads to the issue that the symlink driver (and also the jinja driver) does not work as expected.
Not creating a target directory upon collection initialization fixes this issue.
Resolves #22