Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
biuti committed Aug 20, 2024
1 parent 6e434ba commit 7e560f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airscore/core/sources/fsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ def to_file(self, participants_fsdb: bool = False):
if formula.team_scoring or formula.country_scoring:
'''FsTeamResults'''
teamresults = ET.SubElement(comp, 'FsTeamResults')
filename = get_comp_json_filename(self.comp.comp_id)
if formula.team_scoring:
filename = get_comp_json_filename(self.comp.comp_id)
results = get_comp_team_scoring(filename)
Expand Down

0 comments on commit 7e560f4

Please sign in to comment.