From 1f56fdea09f88cc14f093958899ca02d760132b8 Mon Sep 17 00:00:00 2001 From: Sierra Guequierre Date: Wed, 18 Sep 2024 15:49:30 -0400 Subject: [PATCH] fixup --- src/viam/app/data_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viam/app/data_client.py b/src/viam/app/data_client.py index f90ff5977..4f81a6414 100644 --- a/src/viam/app/data_client.py +++ b/src/viam/app/data_client.py @@ -883,7 +883,7 @@ async def create_dataset(self, name: str, organization_id: str) -> str: :: - name = await data_client.create_dataset( + dataset_id = await data_client.create_dataset( name="", organization_id="" )