diff --git a/tools/block-generator/runner/run.go b/tools/block-generator/runner/run.go index 1a8cfe5eeb..a003a95e49 100644 --- a/tools/block-generator/runner/run.go +++ b/tools/block-generator/runner/run.go @@ -178,6 +178,7 @@ func (r *Args) run(reportDirectory string) error { fmt.Printf("%sPostgreSQL next round: %d\n", pad, nextRound) } default: + // TODO: the default case should attempt to read the supplied template name as a file under ./template/ return fmt.Errorf("unknown template type: %s", r.Template) }