Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekouts committed Nov 6, 2024
1 parent 5f7d92a commit 9e75ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firecrest/v2/AsyncClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ async def download(
stream
:calls: POST `/filesystem/{system_name}/transfer/upload`
"""
params: dict[str, str] = {"source_path": f"{sourcePath}"}
params: dict[str, str] = {"sourcePath": f"{source_path}"}
resp = await self._post_request(
endpoint=f"/filesystem/{system_name}/transfer/upload",
params=params
Expand Down

0 comments on commit 9e75ca4

Please sign in to comment.