Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Dec 4, 2024
1 parent 1763a95 commit faa2fdb
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,17 +310,10 @@ export class AttributeConverterHandler extends ConverterHandler<EaAttribute> {
}
}

<<<<<<< HEAD
if (!rangeURI) {
throw new Error(
`[AttributeConverterHandler]: Unable to get the URI for the range of attribute (${object.path}).`,
);
=======
// https://vlaamseoverheid.atlassian.net/browse/SDTT-344
// Needed a way to log errors without throwing them so that the conversion process can continue
if (this.handleRangeError(object, rangeURI)) {
return [];
>>>>>>> main
}

quads.push(
Expand Down

0 comments on commit faa2fdb

Please sign in to comment.