2604 정시 채점자료 업데이트

This commit is contained in:
2026-04-27 17:54:29 +09:00
parent 51832bd416
commit 45cb230fe7
105 changed files with 4235 additions and 18301 deletions

View File

@@ -3,7 +3,7 @@ import shutil
import glob
# ── 설정 ────────────────────────────────────────────────────────────────
exam_round = "2603"
exam_round = "2604"
exam_codes = ["DIC", "DPI"]
base_dir = rf"D:\project\GOM\DIC\회차별채점자료"
@@ -17,7 +17,7 @@ for exam_code in exam_codes:
# 원본 형 폴더 탐색: "2603회 A형" 또는 "2603회 A형(클리핑)" 매칭
type_pattern = os.path.join(
base_dir, exam_round, exam_code,
f"{exam_round}{type}*"
f"*{type}*"
)
matched_type_folders = [d for d in glob.glob(type_pattern) if os.path.isdir(d)]