Skip to content

Commit

Permalink
Build: typo on on_retry (#11014)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Jan 10, 2024
1 parent 66935de commit 3fee5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks/builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def on_retry(self, exc, task_id, args, kwargs, einfo):

# Grab the format values from the exception in case it contains
format_values = exc.format_values if hasattr(exc, "format_values") else None
self.data.director.attach_notification(
self.data.build_director.attach_notification(
BuildMaxConcurrencyError.LIMIT_REACHED,
format_values=format_values,
)
Expand Down

0 comments on commit 3fee5e8

Please sign in to comment.