We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4874b46 commit 4b9a1f7Copy full SHA for 4b9a1f7
node_normalizer/normalizer.py
@@ -654,7 +654,7 @@ async def get_normalized_nodes(
654
for other in dereference_others[canonical_id]:
655
# logger.debug(f"e = {e}, other = {other}, deref_others_eqs = {deref_others_eqs}")
656
e += deref_others_eqs[other]
657
- dt += deref_others_direct_types[other]
+ dt += [deref_others_direct_types[other]]
658
t += deref_others_typ[other]
659
660
final_eqids.append(e)
0 commit comments