Skip to content

Commit

Permalink
Bugfix classification compound scoring enforcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Aug 14, 2023
1 parent e0a7ee0 commit 683df6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archeryutils/classifications/classifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ def AGB_indoor_classification_scores(

# enforce compound scoring
if bowstyle.lower() in ("compound"):
roundname = get_compound_codename(round_codenames)
roundname = get_compound_codename(roundname)

groupname = get_groupname(bowstyle, gender, age_group)
group_data = AGB_indoor_classifications[groupname]
Expand Down

0 comments on commit 683df6c

Please sign in to comment.