Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks/builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def on_retry(self, exc, task_id, args, kwargs, einfo):
684684
project_slug=self.data.project.slug,
685685
version_slug=self.data.version.slug,
686686
)
687-
self.data.director.attach_notification(
687+
self.data.build_director.attach_notification(
688688
BuildMaxConcurrencyError.LIMIT_REACHED
689689
)
690690
self.update_build(state=BUILD_STATE_TRIGGERED)

0 commit comments

Comments
 (0)