Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Jan 23, 2024
1 parent 6bea411 commit 77b1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/utils/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def read_metadata(self) -> Metadata:
class DistCPObjectStoreReader(FileSystemReaderWithValidation):

def __init__(self, source_path: str, destination_path: str, object_store):
self.source_path = parse_uri(source_path)
self.source_path = source_path
self.destination_path = destination_path
self.object_store = object_store

Expand Down

0 comments on commit 77b1760

Please sign in to comment.