Skip to content

Commit

Permalink
Fix bug when invalid jsonld context
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Sep 16, 2024
1 parent 3a35409 commit f602024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogc/bblocks/validation/rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _load_graph(self, filename: Path, output_filename: Path, report: ValidationR
))
return

if not self.jsonld_context and not self.prefixes:
if not self.jsonld_context and not prefixes:
return

report.add_entry(ValidationReportEntry(
Expand Down

0 comments on commit f602024

Please sign in to comment.