HbScorez is a web application, which processes handball game reports of diverse handball associations, districts, and leagues. It analyzes the player scores and displays the statistics and rankings.
Hey,
i have some problems with the import_scores.py file. The script will crash if the report folder is missing at line 91.
I solve the problem by adding the following line of code above.
os.makedirs(os.path.dirname(game.report_path()), exist_ok=True)
Hey, i have some problems with the import_scores.py file. The script will crash if the report folder is missing at line 91. I solve the problem by adding the following line of code above.
os.makedirs(os.path.dirname(game.report_path()), exist_ok=True)