main
Bob Mottram 2025-04-23 21:20:49 +01:00
parent 370636da1c
commit 5807d29f11
1 changed files with 1 additions and 1 deletions

View File

@ -2436,7 +2436,7 @@ class JsonLdProcessor(object):
bnode_path = self._hash_paths(
bnode, bnodes, namer, path_namer)
except BaseException:
print('WARN: jsonld bnode_path failed')
print('WARN: jsonld bnode_path failed ' + str(bnode))
if bnode_path:
results.append(bnode_path)