Skip to content

Commit

Permalink
Merge pull request #4630 from sul-dlss/justinlittman-patch-1
Browse files Browse the repository at this point in the history
Fix flattening in bin/validate-cocina
  • Loading branch information
justinlittman authored Oct 17, 2023
2 parents 2dcce7a + b2f8260 commit 3d0e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/validate-cocina
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def validate(clazz, sample_size, processes)
rescue StandardError => e
[obj.external_identifier, clazz.name, e.message]
end
end.flatten
end.flatten(1)
end

results = validate(Dro, options[:sample],
Expand Down

0 comments on commit 3d0e4fa

Please sign in to comment.