mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
370636da1c
commit
5807d29f11
|
@ -2436,7 +2436,7 @@ class JsonLdProcessor(object):
|
||||||
bnode_path = self._hash_paths(
|
bnode_path = self._hash_paths(
|
||||||
bnode, bnodes, namer, path_namer)
|
bnode, bnodes, namer, path_namer)
|
||||||
except BaseException:
|
except BaseException:
|
||||||
print('WARN: jsonld bnode_path failed')
|
print('WARN: jsonld bnode_path failed ' + str(bnode))
|
||||||
if bnode_path:
|
if bnode_path:
|
||||||
results.append(bnode_path)
|
results.append(bnode_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue