Skip to content

Commit

Permalink
fix: Add comment todos comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch committed Apr 11, 2024
1 parent 3dfee10 commit d12b1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan_pkg_checker/checkers/shacl_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def check_package(self, pkg):
"""Check one data package"""
pkg_type = pkg.get("pkg_type", utils.DCAT)
dataset_graph = None
# todo: Reenable checking harvest source graph once changes have been communicated to publishers
# if pkg.get("source_url"):
# dataset_graph = rdf_utils.get_dataset_graph_from_source(
# pkg["source_url"], pkg["identifier"]
Expand Down

0 comments on commit d12b1df

Please sign in to comment.