File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,11 +423,11 @@ def is_fastq_or_spring_in_all_bundles(self, bundle_names: list[str]) -> bool:
423
423
return all (sequencing_files_in_hk .values ())
424
424
425
425
def get_non_archived_files (self , bundle_name : str , tags : Optional [list ] = None ) -> list [File ]:
426
- """Returns all non-archived files from a given bundle, tagged with the given tags"""
426
+ """Returns all non-archived files from a given bundle, tagged with the given tags. """
427
427
return self ._store .get_non_archived_files (bundle_name = bundle_name , tags = tags or [])
428
428
429
429
def get_archived_files (self , bundle_name : str , tags : list | None = None ) -> list [File ]:
430
- """Returns all archived files from a given bundle, tagged with the given tags"""
430
+ """Returns all archived files from a given bundle, tagged with the given tags. """
431
431
return self ._store .get_archived_files (bundle_name = bundle_name , tags = tags or [])
432
432
433
433
def add_archives (self , files : list [Path ], archive_task_id : int ) -> None :
You can’t perform that action at this time.
0 commit comments