X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44cc8137d0a0f71ddf0cea123c66ef4c34b50061..36e6ade5a578f3f10e048ba545c4448a71137282:/apps/workbench/app/helpers/application_helper.rb diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb index 80eb16a1ce..d1bac0c4cd 100644 --- a/apps/workbench/app/helpers/application_helper.rb +++ b/apps/workbench/app/helpers/application_helper.rb @@ -100,7 +100,7 @@ module ApplicationHelper else link_name = object_for_dataclass(resource_class, link_uuid).andand.friendly_link_name end - rescue RuntimeError + rescue ArvadosApiClient::NotFoundException # If that lookup failed, the link will too. So don't make one. return attrvalue end