Skip to content

Commit

Permalink
add another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar committed Sep 6, 2024
1 parent 35004d8 commit ead94cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shadowfax.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit ead94cf

Please sign in to comment.