-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Milestone
Description
Running servicex dataset delete N seems to always print "Dataset N not found" even though the delete succeeds. I suspect this is because the CLI uses the return value of ServiceXClient.delete_dataset to determine what it prints
ServiceX_frontend/servicex/app/datasets.py
Line 122 in c4c8562
| result = asyncio.run(sx.delete_dataset(dataset_id)) |
and following the call chain, it's the return value of
ServiceXAdapter.delete_dataset| async def delete_dataset(self, dataset_id=None): |
which never actually has a path that returns anything other than None.
Metadata
Metadata
Assignees
Labels
No labels