Skip to content

Commit

Permalink
fix: Remove remote-path from _complete_resumable calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouylekov-usit committed Nov 6, 2024
1 parent 798009b commit 8105e1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsdapiclient/fileapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ def _start_resumable(
api_key=api_key,
refresh_token=refresh_token,
refresh_target=refresh_target,
remote_path=remote_path,
)
if not tokens:
tokens = resp.get('tokens')
Expand Down Expand Up @@ -1085,7 +1084,6 @@ def _continue_resumable(
api_key=api_key,
refresh_token=refresh_token,
refresh_target=refresh_target,
remote_path=remote_path,
)
if not tokens:
tokens = resp.get('tokens')
Expand Down

0 comments on commit 8105e1e

Please sign in to comment.