Skip to content

Commit

Permalink
upgrade to mara-storage 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Sep 19, 2023
1 parent a306b04 commit e178adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mara_pipelines/parallel_tasks/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def storage_alias(self):
@property
def _storage_client(self):
if not self.__storage_client:
self.__storage_client = mara_storage.client.init_client(self.storage_alias)
self.__storage_client = mara_storage.client.StorageClient(self.storage_alias)

return self.__storage_client

Expand Down

0 comments on commit e178adb

Please sign in to comment.