Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
fix templater: Don't fail with two identical stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin committed Feb 9, 2017
1 parent 25c9ed4 commit 4713d56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templater/templater.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ type TemplateNotFoundError struct {

// Error that is caused during templating, e.g. required value being absent or invalid template format
type TemplatingError struct {
meep.AllTraits
meep.TraitAutodescribing
meep.TraitCausable
}

func LoadAndPrepareTemplates(include *[]string, exclude *[]string, c *context.Context) (output []string, err error) {
Expand Down

0 comments on commit 4713d56

Please sign in to comment.