Skip to content

Commit

Permalink
Add exit_code to build errors (#11597)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher authored Sep 25, 2024
1 parent 40a05c1 commit fd82aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/doc_builder/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ def run_command_class(
msg,
command=build_cmd.get_command(),
output=build_output,
exit_code=build_cmd.exit_code,
project_slug=self.project.slug if self.project else "",
version_slug=self.version.slug if self.version else "",
)
Expand Down

0 comments on commit fd82aeb

Please sign in to comment.