Skip to content

Commit

Permalink
edit log error message
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jul 13, 2024
1 parent 53af985 commit 2288900
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 @@ -454,7 +454,7 @@ def post_graph(self, validation_graph: Graph) -> None:
)
if res.status_code != 204: # noqa: PLR2004
self.log.error(
"Error posting SHACL validation graph: " f"status code {res.status_code}"
f"Error posting SHACL validation graph: status code {res.status_code}"
)

def check_object( # noqa: C901 PLR0912 PLR0913
Expand Down

0 comments on commit 2288900

Please sign in to comment.