2507회 채점자료 추가

This commit is contained in:
2025-08-01 17:28:24 +09:00
parent 0f961fd027
commit 1e4a625d85
11 changed files with 430 additions and 17 deletions

12
logs/cat.log Normal file
View File

@@ -0,0 +1,12 @@
[2025-07-31 15:50:20] [ERROR] [main:381] Error processing ./output/2507_CAT_3_A/2507회코딩활용능력3급A형정답\project.json: cannot access local variable 'student_id' where it is not associated with a value
Traceback (most recent call last):
File "D:\project\Entry\Entry-Scoring\main.py", line 375, in main
points.insert(0, student_id)
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'student_id' where it is not associated with a value
[2025-07-31 15:52:50] [ERROR] [main:380] 🚫Error processing ./output/2507_CAT_3_A/2507회코딩활용능력3급A형정답\project.json: cannot access local variable 'student_id' where it is not associated with a value
Traceback (most recent call last):
File "D:\project\Entry\Entry-Scoring\main.py", line 375, in main
points.insert(0, student_id)
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'student_id' where it is not associated with a value