Skip to content

Commit

Permalink
Update ops/testing.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hoyt <[email protected]>
  • Loading branch information
weiiwang01 and benhoyt committed Aug 23, 2023
1 parent 648f96d commit d3abeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ExecResult:
"""Represents the result of a simulated process execution.
This class is typically used to return the output and exit code from the
``ops.testing.ExecHandler`` handler function.
:meth:`Harness.handle_exec` result or handler function.
"""
exit_code: int = 0
stdout: Union[str, bytes] = b""
Expand Down

0 comments on commit d3abeb7

Please sign in to comment.