diff --git a/cms/lib/xblock/upstream_sync.py b/cms/lib/xblock/upstream_sync.py index 484e75b10a..1b78b6b366 100644 --- a/cms/lib/xblock/upstream_sync.py +++ b/cms/lib/xblock/upstream_sync.py @@ -125,7 +125,7 @@ class UpstreamLink: for child in downstream_children: if child.upstream: - child_upstream_link = UpstreamLink.get_for_block(child) + child_upstream_link = UpstreamLink.try_get_for_block(child) child_ready_to_sync = bool( child_upstream_link.upstream_ref and