Loading run.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from codesp import test def main(): test() # test() # 定义初始路径和目标路径 source_dir = '/workspace/input/' target_dir = '/workspace/output/' Loading Loading
run.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from codesp import test def main(): test() # test() # 定义初始路径和目标路径 source_dir = '/workspace/input/' target_dir = '/workspace/output/' Loading