As mentioned in Keats/tera#819, there was a regression in how non-existent glob paths are handled. Previously, invalid globs would be expanded to the empty set, but now they lead to an error.
Since this implementation just wants a bogus template directory, we just load the Tera::default() template.
As mentioned in Keats/tera#819, there was a regression in how non-existent glob paths are handled. Previously, invalid globs would be expanded to the empty set, but now they lead to an error.
Since this implementation just wants a bogus template directory, we just load the
Tera::default()
template.This should address #545