From c6bf6390b8dca40ce18892e9b88901d852aa0cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Sat, 19 Jul 2025 14:57:56 +0200 Subject: [PATCH] Add docstring for error_log_file --- executorlib/task_scheduler/interactive/shared.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/executorlib/task_scheduler/interactive/shared.py b/executorlib/task_scheduler/interactive/shared.py index 47a04e5a..55d75fba 100644 --- a/executorlib/task_scheduler/interactive/shared.py +++ b/executorlib/task_scheduler/interactive/shared.py @@ -47,6 +47,8 @@ def execute_tasks( overwritten by setting the cache_key. queue_join_on_shutdown (bool): Join communication queue when thread is closed. Defaults to True. log_obj_size (bool): Enable debug mode which reports the size of the communicated objects. + error_log_file (str): Name of the error log file to use for storing exceptions raised by the Python functions + submitted to the Executor. """ interface = interface_bootup( command_lst=get_interactive_execute_command(