(2-25) 각주 문구입력시 연속된 2개이상의 공백 처리
This commit is contained in:
@@ -34,7 +34,7 @@ def copy_dic_subdirs(source_root, target_root_a, target_root_b, target_root_c, t
|
||||
print(f"Skipping {dir_name} under {parent_dir}, as it doesn't match '2교시' or '3교시'.")
|
||||
|
||||
# 사용법
|
||||
source_directory = r"C:\Users\dra\project\data\채점기준표+정답\2502\hwp_정답 - 복사본" # 원본 디렉토리 경로
|
||||
source_directory = r"C:\Users\dra\project\data\제2502회 정기\답안파일" # 원본 디렉토리 경로
|
||||
target_directory_a = r".\input\A" # '1교시'의 타겟 경로
|
||||
target_directory_b = r".\input\B" # '2교시'의 타겟 경로
|
||||
target_directory_c = r".\input\C" # '3교시'의 타겟 경로
|
||||
|
||||
Reference in New Issue
Block a user