Ignoring 't' when iteration over channels_db? #574
pebel76260
started this conversation in
Ideas
Replies: 1 comment
-
|
All the channels must be appear in the As an alternative did you try using the iter_channels method? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
to extract a list of all cgis, I iterate over channels_db. (for signalName, gi in mdf_obj.channels_db.items())
As 't' is no data channel, I have to ignore it when assembling my data dict. Wouldn't it be better if 't' was not listed here?
Beta Was this translation helpful? Give feedback.
All reactions