collective.recipe.template's input cannot be downloaded
Bug #614396 reported by
Łukasz Nowak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
collective.buildout |
New
|
Undecided
|
Unassigned |
Bug Description
Consider attached buildout.
After running:
bin/buildout
apply-template: Input file '/home/
While:
Installing.
Getting section apply-template.
Initializing part apply-template.
Error: Input file '/home/
Of course - the file does not exists, as it shall be downloaded.
It comes from the fact, that collective.
I'd like to propose to move such checks to __init__, if needed even create collective.
To post a comment you must log in.
As additional explanation - with this patch presented buildout profile will work.
If this cloud be accepted, I will be happy to write tests for this issue and invest my time.