Skip to content

Commit

Permalink
fix client transport call
Browse files Browse the repository at this point in the history
  • Loading branch information
msmitherdc committed Nov 1, 2023
1 parent ff5bcc6 commit 3f10e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudpathlib/cloudpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def open(
newline=newline,
closefd=closefd,
opener=opener,
transport_params={"client": self.client}, # type: ignore
transport_params={"client": self.client.client}, # type: ignore
)
return smart_open.open(**kwargs)

Expand Down

0 comments on commit 3f10e03

Please sign in to comment.