Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Martin <[email protected]>
Signed-off-by: Leon Derczynski <[email protected]>
  • Loading branch information
leondz and jmartin-tech authored Nov 7, 2024
1 parent 7352472 commit 61f0b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def propagate_up(self):
"""propagate permissiveness upwards. if any child is True, and parent is None, set parent to True"""
# get bottom nodes
# get mid nodes
# skip four parents - they don't propagate up
# skip for parents - they don't propagate up
# iterate in order :)

point_order = []
Expand Down

0 comments on commit 61f0b37

Please sign in to comment.