Skip to content

Commit b2962e2

Browse files
committed
another fix
1 parent 124f925 commit b2962e2

File tree

1 file changed

+1
-1
lines changed
  • executorlib/task_scheduler/interactive

1 file changed

+1
-1
lines changed

executorlib/task_scheduler/interactive/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def _execute_task_with_cache(
131131
cache_directory: str,
132132
):
133133
"""
134-
Execute the task in the task_dict by communicating it via the interface using the file in the file directory.
134+
Execute the task in the task_dict by communicating it via the interface using the cache in the cache directory.
135135
136136
Args:
137137
interface (SocketInterface): socket interface for zmq communication

0 commit comments

Comments
 (0)