Skip to content

Commit 38011d3

Browse files
committed
feat(DIST-S1): support multiple product-id-times. fix historical-mode detection
1 parent 9b45b69 commit 38011d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_subscriber/rtc_for_dist/rtc_for_dist_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def acq_time_from_product_id_time(p):
274274
continue
275275
product_id_time = f"{product},{acquisition_dts}"
276276
product_id_times.add(product_id_time)
277+
product_id_times = list(product_id_times)
277278
product_id_times = sorted(product_id_times, key=acq_time_from_product_id_time)
278279

279280
# collect all product-id-times in this historical timerange (global)

0 commit comments

Comments
 (0)