2604 정시 채점자료 업데이트
This commit is contained in:
@@ -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)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user