Skip to content

Commit

Permalink
📝 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustinio committed Feb 29, 2024
1 parent 90eba2a commit 23de0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pasqal_cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def rebatch(
Retry a list of jobs matching filters in a new batch.
Args:
id: the id of the batch to rebatch jobs from.
job_ids: list of ids of jobs to retry.
status: status or list of statuses.
Will retry jobs currently matching this/these status/es.
Expand All @@ -254,7 +255,7 @@ def rebatch(
end_date: retry jobs created at or before this date.
Raises:
RebatchError if rebatch call failed.
"""
try:
new_batch_data = self._client.rebatch(
Expand Down

0 comments on commit 23de0c1

Please sign in to comment.