From 84f78f12378626bcc29658426c0ed8d8034dc5fe Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Wed, 18 Oct 2023 10:19:38 +0000 Subject: [PATCH] remove wrong code --- python/hopsworks/core/dataset_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/hopsworks/core/dataset_api.py b/python/hopsworks/core/dataset_api.py index 34c02576d..5cc2fa308 100644 --- a/python/hopsworks/core/dataset_api.py +++ b/python/hopsworks/core/dataset_api.py @@ -417,7 +417,7 @@ def copy(self, source_path: str, destination_path: str): } _client._send_request( "POST", path_params, query_params=query_params - )["attributes"]["path"] + ) def move(self, source_path: str, destination_path: str): """Move a file or directory in the Hopsworks Filesystem. @@ -447,4 +447,4 @@ def move(self, source_path: str, destination_path: str): } _client._send_request( "POST", path_params, query_params=query_params - )["attributes"]["path"] \ No newline at end of file + ) \ No newline at end of file