bluesky / yaqc-bluesky

A bluesky interface to the yaq instrument control framework.
https://yaq.fyi/
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

no busy in read #52

Closed untzag closed 3 years ago

untzag commented 3 years ago

busy status should not appear in the read dictionary

ksunden commented 3 years ago

@untzag ping

untzag commented 3 years ago

This breaks everything and I don't understand why. That's where I'm at.

ksunden commented 3 years ago

@untzag, the modified function is called after other things are added (out is an input to it), so it is wiping everything out , just return out directly without doing out = OrderedDict()

untzag commented 3 years ago

thanks @ksunden

ksunden commented 3 years ago

Okay, there were some places that it was used internally that needed to be removed as well....