2509회 채점자료 업데이트
This commit is contained in:
@@ -26,3 +26,11 @@ Traceback (most recent call last):
|
||||
File "D:\project\Entry\Entry-Scoring\main.py", line 162, in process_project
|
||||
total_points += question_points
|
||||
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
|
||||
[2025-10-01 15:43:18] [ERROR] [main:300] 🚫Error processing ./output/2509_CAT_3_A/2509_CAT_3_A\project.json: unsupported operand type(s) for +=: 'int' and 'NoneType'
|
||||
Traceback (most recent call last):
|
||||
File "D:\project\Entry\Entry-Scoring\main.py", line 295, in main
|
||||
points = process_project(project_data, scoring_data)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "D:\project\Entry\Entry-Scoring\main.py", line 162, in process_project
|
||||
total_points += question_points
|
||||
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
|
||||
|
||||
Reference in New Issue
Block a user