Skip to content

Commit

Permalink
Update to the reference for parent_id
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Aug 22, 2024
1 parent 48c17f8 commit e145815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def collect_errors(self, **kwargs) -> List[Optional[str]]:
"**/*.OME.TIFF",
"**/*.OME.TIF",
]:
for file in Path(GetParentData(row["parent_sample_id"],
for file in Path(GetParentData(row["parent_dataset_id"],
self.globus_token,
self.app_context).get_path()).glob(glob_expr):
parent_filenames_to_test.append(file)
Expand Down

0 comments on commit e145815

Please sign in to comment.