Skip to content

Commit 8e7ec1f

Browse files
committed
fix: make restart_on_error in task representation function non-positional
1 parent e31e18b commit 8e7ec1f

File tree

1 file changed

+1
-0
lines changed
  • src/apify_client/clients/resource_clients

1 file changed

+1
-0
lines changed

src/apify_client/clients/resource_clients/task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def get_task_representation(
3838
actor_standby_idle_timeout_secs: int | None = None,
3939
actor_standby_build: str | None = None,
4040
actor_standby_memory_mbytes: int | None = None,
41+
*,
4142
restart_on_error: bool | None = None,
4243
) -> dict:
4344
"""Get the dictionary representation of a task."""

0 commit comments

Comments
 (0)