0508 요청사항 수정 (gmep파일이 아닌경우 0점처리 + gmep파일이 없는 경우 더미 0점값 채우는 과정 추가)
This commit is contained in:
@@ -39,7 +39,7 @@ def copy_dic_subdirs(source_root, target_root_a, target_root_b, target_root_c, t
|
||||
|
||||
# 사용법
|
||||
exam_round = "2504"
|
||||
source_directory = r"C:\Users\dra\project\data\제2504회 정기\답안파일" # 원본 디렉토리 경로
|
||||
source_directory = r"D:\projects\data\제2504회 정기\답안파일\제2504회 디지털정보활용능력 답안파일" # 원본 디렉토리 경로
|
||||
|
||||
target_directory_a = f".\\output\\{exam_round}\\A" # '1교시'의 타겟 경로
|
||||
target_directory_b = f".\\output\\{exam_round}\\B" # '2교시'의 타겟 경로
|
||||
|
||||
Reference in New Issue
Block a user