2604회 정시 채점완료

This commit is contained in:
2026-04-29 15:54:31 +09:00
parent 45cb230fe7
commit 29ea2cd305
15 changed files with 3 additions and 5 deletions

View File

@@ -73,10 +73,10 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시
if __name__ == "__main__":
exam_round = "2603"
exam_round = "2604"
exam_codes = ["DIC", "DPI"]
# exam_codes = ["DIC"]
# source_dir = r"D:\project\GOM\DIC\회차별채점자료\2622"
source_dir = r"D:\project\data\제2603회 정기\답안파일\과목별답안파일"
source_dir = r"D:\project\data\제2604회 정기\제2604회 정기\답안파일"
copy_exam_files(exam_round, exam_codes, source_dir)