Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks/builds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def on_retry(self, exc, task_id, args, kwargs, einfo):
689689

690690
# Grab the format values from the exception in case it contains
691691
format_values = exc.format_values if hasattr(exc, "format_values") else None
692-
self.data.director.attach_notification(
692+
self.data.build_director.attach_notification(
693693
BuildMaxConcurrencyError.LIMIT_REACHED,
694694
format_values=format_values,
695695
)

0 commit comments

Comments
 (0)