If you look at the original post it gives you the file name and line number(s)
On Tuesday, March 3, 2026 at 1:48:15 PM UTC-8 weather list wrote: > Vince, > > Where do I find that line, in sdr.py? > > On Mar 1, 2026, at 17:54, Vince Skahan <[email protected]> wrote: > > On Sunday, March 1, 2026 at 2:51:27 PM UTC-8 Vince Skahan wrote: > > Current python got pretty whiny about regex stuff.... > > Try something like this from the patch I did for my rtldavis consolidation > of Luc's code there. Same problem. > > IDENTIFIER = re.compile(*r*"^\d\d:\d\d:\d\d.[\d]{6} > [0-9A-F][0-7][0-9A-F]{14}") > > See the the r character outside the outer *quotes* within the ( ) ???? > Try that and see if it quiets down. > > > Doh - typo there sorry. Worked the same for me in the rtldavis stuff if > the outer quotes were ' rather than " characters. > > -- > 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]. > > To view this discussion visit > https://groups.google.com/d/msgid/weewx-user/a9244614-1604-480a-886a-239c1775e314n%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/a9244614-1604-480a-886a-239c1775e314n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- 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]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/5b976074-cc70-4642-9357-69ebcb6600d2n%40googlegroups.com.
