We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e17401 commit 23344daCopy full SHA for 23344da
cg/apps/housekeeper/hk.py
@@ -658,7 +658,7 @@ def get_spring_files_retrieved_before(self, date: dt.datetime):
658
return self._store.get_files_retrieved_before(date, tag_names=[SequencingFileTag.SPRING])
659
660
def reset_retrieved_archive_data(self, files_to_reset: list[File]):
661
- """Resets 'retrieval task id' and 'retrieved at' for all files' corresponding archive entries"""
+ """Resets 'retrieval_task_id' and 'retrieved_at' for all files' corresponding archive entries"""
662
for file in files_to_reset:
663
file.archive.retrieval_task_id = None
664
file.archive.retrieved_at = None
0 commit comments