Skip to content

Commit

Permalink
fix error where standards would get preloaded twice
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jun 27, 2024
1 parent 702b336 commit 5d909e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/utils/gap_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def calculate_a_to_b(sa: str, sb: str) -> bool:
if sa == sb:
continue
waiting.append(f"{sa}->{sb}")
waiting.append(f"{sb}->{sa}")
while len(waiting):
for sa in standards:
for sb in standards:
Expand Down

0 comments on commit 5d909e7

Please sign in to comment.