Skip to content

Commit

Permalink
Update cg/services/deliver_files/file_fetcher/analysis_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Isak Ohlsson Ångnell <[email protected]>
  • Loading branch information
ChrOertlin and islean authored Dec 18, 2024
1 parent fcf9ef9 commit 95ab0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/services/deliver_files/file_fetcher/analysis_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_files_to_deliver(self, case_id: str, sample_id: str | None = None) -> De
case_id: The case id to deliver files for
sample_id: The sample id to deliver files for
"""
LOG.debug(f"[FETCH SERVICE] Fetching analysis files for case: {case_id}")
LOG.debug(f"[FETCH SERVICE] Fetching analysis files for case: {case_id}, sample: {sample_id}")
case: Case = self.status_db.get_case_by_internal_id(internal_id=case_id)
analysis_case_files: list[CaseFile] = self._get_analysis_case_delivery_files(
case=case, sample_id=sample_id
Expand Down

0 comments on commit 95ab0b9

Please sign in to comment.