Skip to content

Commit

Permalink
fix: allowed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
farouktelicent committed Aug 2, 2024
1 parent 2eba8d5 commit 7c82d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shacltool/owl2shacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def rdf_validate(data_file: str | Graph, ont_graph: str | Graph, sh_graph: str |
inference='none',
abort_on_first=False,
allow_infos=False,
allow_warnings=False,
allow_warnings=True,
meta_shacl=False,
advanced=True,
js=False,
Expand Down

0 comments on commit 7c82d7b

Please sign in to comment.