Skip to content
Snippets Groups Projects
Commit 2247eada authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13838: improved upload message in obis

parent cc684571
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -39,7 +39,7 @@ class Upload(OpenbisCommand): ...@@ -39,7 +39,7 @@ class Upload(OpenbisCommand):
def run(self): def run(self):
with cd(self.data_mgmt.invocation_path): with cd(self.data_mgmt.invocation_path):
click_echo(f"Uploading files {self.files} under {self.sample_id}") click_echo(f"Uploading files {list(self.files)} under {self.sample_id}")
ds = self.openbis.new_dataset(type=self.data_set_type, sample=self.sample_id, ds = self.openbis.new_dataset(type=self.data_set_type, sample=self.sample_id,
files=self.files) files=self.files)
result = ds.save() result = ds.save()
......
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