From ead94cffa2f98ab19b7fb7c1a126830fde20ebb3 Mon Sep 17 00:00:00 2001 From: uhbrar Date: Fri, 6 Sep 2024 10:52:34 -0400 Subject: [PATCH] add another comment --- src/shadowfax.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shadowfax.py b/src/shadowfax.py index a0076b1..3aef9e5 100644 --- a/src/shadowfax.py +++ b/src/shadowfax.py @@ -199,6 +199,7 @@ async def shadowfax(message, guid, logger): num_paths += 1 for curie in path: if curie not in [source_node, target_node] and curie in curie_info.keys(): + # Handles constraints if unpinned_node_category in curie_info[curie]["categories"]: curie_path_mapping[curie].append(path) logger.debug(f"{guid}: Found {num_paths} paths.")