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