Skip to content

Commit

Permalink
Ensure abspath resolution in retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf authored Dec 5, 2024
1 parent 52bc600 commit 7b45037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/globus-storage/globus.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def retrieve(
)
task_data.add_item(
self.remote_path(uuid),
local_directory,
os.path.abspath(local_directory),
)
task_doc = self.transfer_client.submit_transfer(task_data)
task_id = task_doc["task_id"]
Expand Down

0 comments on commit 7b45037

Please sign in to comment.