Skip to content

Commit

Permalink
#925: fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjyoon committed Jul 31, 2024
1 parent 4a1c4cd commit 10e2868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data_subscriber/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ def submit_download_job_submissions_tasks(self, batch_id_to_urls_map, query_time
job_submission_tasks = []
logger.info(f"{self.args.chunk_size=}")

cslc_dependency = CSLCDependency(self.args.k, self.args.m, self.disp_burst_map_hist, self.args, self.token, self.cmr, self.settings)
if COLLECTION_TO_PRODUCT_TYPE_MAP[self.args.collection] == ProductType.CSLC:
cslc_dependency = CSLCDependency(self.args.k, self.args.m, self.disp_burst_map_hist, self.args, self.token, self.cmr, self.settings)

for batch_chunk in self.get_download_chunks(batch_id_to_urls_map):
chunk_batch_ids = []
Expand Down

0 comments on commit 10e2868

Please sign in to comment.