Skip to content

Commit

Permalink
Fix erroneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Jan 8, 2025
1 parent 4dd0c04 commit 6339d0e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/chiltepin/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ def transfer(
"""Trnsfer data synchronously with Globus
This performs a Globus transfer of data from one Globus transfer endpoint
to another.
to another. This function will not return until the transfer completes or
fails.
Parameters
----------
Expand Down Expand Up @@ -249,12 +250,10 @@ def delete(
client: TransferClient | None = None,
recursive: bool = False,
):
"""Delete data asynchronously in a Parsl task
"""Delete data synchronously with Globus.
This wraps synchronous Globus data deletion into a Parsl python_app task.
Calling this function will immediately return a future. The result of the
future will be True if the deletion completed successfully, or False if
it did not.
This deletes data from a Globus endpoint. This function will not return
until the deletion has completed or failed.
Parameters
----------
Expand Down

0 comments on commit 6339d0e

Please sign in to comment.