Thanks, Graham. Fixed in commit 724dacc
<https://github.com/weewx/weewx/commit/724dacc52d0766e5b39caa92850e68c02ba38d9f>

-tk

On Tue, Aug 11, 2020 at 12:57 AM Graham Eddy <graham.e...@gmail.com> wrote:

> given i have augmented my VP2 with GW1000 for its extra sensors, i have
> extended Simulator driver to produce data_type values corresponding to
> those new sensors. then i used the ‘observations’ parameter in [Simulator]
> to exclude some data_types and got exception on list changed while
> iterating over it
>
> i’m using a github clone but not a fork so i can’t create a pull request.
> the fix is about line 153 in weewx.simulator:
>
> #GJE            for obs in self.observations:
>             for obs in list(self.observations):
>
>
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/D5B1F8E7-2E0E-4F6F-A163-A5A1C228EEBB%40gmail.com
> <https://groups.google.com/d/msgid/weewx-user/D5B1F8E7-2E0E-4F6F-A163-A5A1C228EEBB%40gmail.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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEBxSzZ0A2kMkfqEkyBNTGZN-mzYF%3DNw28%2B0Vf39f-a3bw%40mail.gmail.com.

Reply via email to