Skip to content

Commit

Permalink
Update mapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke authored Dec 11, 2024
1 parent e5b6a48 commit 12c32b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/csvwmapandtransform/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def check_mapping(map_url: str, data_url: str, authorization: None):
return res
else:
log.debug("map check error: {}".format(r))
return r
return None

def get_joined_rdf(map_url: str, data_url: str, authorization: None):
log.debug("createing joined rdf: {} with data url: {}".format(map_url,data_url))
Expand Down

0 comments on commit 12c32b2

Please sign in to comment.