confluentinc / confluent-docker-utils

Common Python utils for testing Confluent's Docker images
Apache License 2.0
3 stars 5 forks source link

`dub template` command does not work with relative source paths #8

Open danielkza opened 5 years ago

danielkza commented 5 years ago

Passing a relative path as a source to dub template breaks, since the path is not made absolute before passing it to the Jinja template loader, which is only configured with the root (/) in it's search path. The path should be made absolute before use, or the current directory should be added to the search path.