Skip to content

Commit

Permalink
Remove debug file write
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 17, 2024
1 parent a5f5cd6 commit cb0c940
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/dcat/tests/shacl/test_shacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ def test_validate_dcat_us_3_graph():
r = validate(graph, shacl_graph=path)
conforms, results_graph, results_text = r

with open("shacl.txt", "w") as f:
f.write(results_text)

failures = [
str(t[2])
for t in results_graph.triples(
Expand Down

0 comments on commit cb0c940

Please sign in to comment.