Skip to content

Commit

Permalink
log posting result graph error
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jul 13, 2024
1 parent 42ab240 commit 53af985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_pyshacl/plugin_pyshacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def post_graph(self, validation_graph: Graph) -> None:
content_type="application/n-triples",
)
if res.status_code != 204: # noqa: PLR2004
self.log.info(
self.log.error(
"Error posting SHACL validation graph: " f"status code {res.status_code}"
)

Expand Down

0 comments on commit 53af985

Please sign in to comment.