In theory you can use the Cheetah compiler <https://pythonhosted.org/Cheetah/users_guide/gettingStarted.html#the-cheetah-command> to precompile your template to a file. Then you can see the line numbers. But, I've found it frustrating to use and tend to follow Gary's suggestions.
One useful technique is to use the Cheetah #breakpoint <https://pythonhosted.org/Cheetah/users_guide/parserInstructions.html#breakpoint> command. It's quicker and easier than deleting sections of your code. -tk On Tue, May 8, 2018 at 5:46 PM, gjr80 <[email protected]> wrote: > No. > > Gary > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
