DataQualityDict.populate doesn't respect source keyword properly
The DataQualityDict.populate
method doesn't fully respect the source
keyword argument, because it isn't passed into the per-flag query()
call:
This means that the per-flag query
always goes to DEFAULT_SEGMENT_SERVER
, rather than what the user told it to.
Reported originally for LIGO in: https://git.ligo.org/computing/helpdesk/-/issues/4536