Skip to content

Commit

Permalink
Merge pull request #5121 from sul-dlss/justinlittman-patch-1
Browse files Browse the repository at this point in the history
Fix error message in DigitalStacksDiffer.
  • Loading branch information
jcoyne authored Jul 9, 2024
2 parents 0e4731d + 668ebf0 commit 669b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/digital_stacks_differ.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def purl_file_md5s
rescue PurlFetcher::Client::NotFoundResponseError
[]
rescue PurlFetcher::Client::ResponseError => e
raise Error, "Unable to fetch cocina object from PURL for #{bare_druid}: #{e.message}"
raise Error, "Unable to fetch file md5s from PURL Fetcher for #{bare_druid}: #{e.message}"
end

def purl_fetcher_reader
Expand Down

0 comments on commit 669b922

Please sign in to comment.