Skip to content

Commit

Permalink
STYLE: remove old todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrzus committed May 1, 2024
1 parent 503cc02 commit 85f213f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kubernetes/study.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,6 @@ def process_study(self):
# Download and extract the study data
if self.study_job_tracker.step_is_ready(2):
self.study_job_tracker.update_step_status(2, "In progress")
# TODO: ensure that the download status is not an exception
# TODO: Audrey, I am not sure about this code, it might cause some troubles
download_status = self._download_study()
extraction_status = self._unzip_study()
if isinstance(download_status, Exception):
Expand Down

0 comments on commit 85f213f

Please sign in to comment.