Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion executorlib/standalone/interactive/communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def send_and_receive_dict(self, input_dict: dict) -> dict:

Args:
input_dict (dict): dictionary of commands to be communicated. The key "shutdown" is reserved to stop the
connected client from listening.
connected client from listening.

Returns:
dict: dictionary with response received from the connected client
Expand Down
Loading