seamia / protodot

transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
BSD 3-Clause "New" or "Revised" License
408 stars 39 forks source link

Failed to load template file(s) #15

Closed evenmun closed 1 year ago

evenmun commented 1 year ago

After the last change/commit, we get an error message that it cannot find the template files.

Error msg for proto file 1: failed to load templates file [templates/oneof_entry_suffix.tmpl] not found

Error msg for proto file 2: failed to load templates file [templates/enum_suffix.tmpl] not found


Command used: protodot -config ../protodot.json -inc /usr/include -src *.proto -select AnyService -output AnyService

seamia commented 1 year ago

Thank you very much for reporting this issue. As of now, I was addressed (fixed). Please, either:

Thank you again!