Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Oct 27, 2024
1 parent 06a3664 commit 7303410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vsc/utils/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def _post_exitcode(self):
shell_cmd_ascii = ensure_ascii_string(self._shellcmd)
message = (
f"_post_exitcode: problem occured with cmd {cmd_ascii}:"
f"(shellcmd {shell_cmd_ascii}) output {self._process_ouput}"
f"(shellcmd {shell_cmd_ascii}) output {self._process_output}"
)
if self.post_exitcode:
self._post_exitcode_log_failure(message)
Expand Down

0 comments on commit 7303410

Please sign in to comment.