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.

Reply via email to