Skip to content
Snippets Groups Projects
Commit 585b6247 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

download of container datasets is now possible

parent 401e8469
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ class DataSet(
elif ('type' in self.data) and ('kind' in self.data['type']): # openBIS 16.5.x DTO
kind =self.data['type']['kind']
if kind == 'PHYSICAL':
if kind in ['PHYSICAL', 'CONTAINER']:
return self._download_physical(files, destination, create_default_folders, wait_until_finished, workers)
elif kind == 'LINK':
if linked_dataset_fileservice_url is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment