Skip to content

Commit

Permalink
KPMP-5506: find out why it is hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Aug 8, 2024
1 parent 775e946 commit 0a80f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_management/process_bulk_uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def process_bulk_uploads(self):
if package_type == PackageType.SEGMENTATION:
dlu_file_list.append(self.get_single_file(SEGMENTATION_README))
tis = "UFL"
logger.info("here")
result = self.dlu_management.dlu_mongo.find_by_package_type_and_redcap_id(package_type.value, sample_id)
logger.info("looked up package")
if result is None:
logger.info(f"Adding package for {redcap_id}")
package = DLUPackage()
Expand Down

0 comments on commit 0a80f2c

Please sign in to comment.