mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
de5a8ff61d
commit
fc4626bb51
|
|
@ -2304,7 +2304,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 ' + str(bnode))
|
pass
|
||||||
if bnode_path:
|
if bnode_path:
|
||||||
results.append(bnode_path)
|
results.append(bnode_path)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue