Skip to content

Commit f6e96a2

Browse files
authored
Fix DocString in SingleNodeExecutor (#722)
1 parent 48be119 commit f6e96a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

executorlib/executor/single.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class SingleNodeExecutor(BaseExecutor):
5656
plot_dependency_graph (bool): Plot the dependencies of multiple future objects without executing them. For
5757
debugging purposes and to get an overview of the specified dependencies.
5858
plot_dependency_graph_filename (str): Name of the file to store the plotted graph in.
59+
log_obj_size (bool): Enable debug mode which reports the size of the communicated objects.
5960
6061
Examples:
6162
```

0 commit comments

Comments
 (0)