confluent-docker-utils icon indicating copy to clipboard operation
confluent-docker-utils copied to clipboard

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

Open danielkza opened this issue 6 years ago • 0 comments

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.

danielkza avatar Mar 10 '19 06:03 danielkza