Skip to content

Commit 1b160dc

Browse files
committed
0.9.2 - correction to send workspace files
1 parent ffdac89 commit 1b160dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
33

4-
__version__ = '0.9.1'
4+
__version__ = '0.9.2'

cosmotech/coal/cosmotech_api/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def upload_workspace_file(
116116
try:
117117
_file = api_ws.upload_workspace_file(organization_id,
118118
workspace_id,
119-
target_file,
119+
file_path,
120120
overwrite,
121121
destination=destination)
122122
except cosmotech_api.exceptions.ApiException as e:

0 commit comments

Comments
 (0)