Commit e32cde8d authored by Chen-Kai Qiao's avatar Chen-Kai Qiao

Replace AMSS_NCKU_Program.py

parent da4ca3ce
......@@ -22,8 +22,8 @@ print_information.print_program_introduction()
## 程序开始运行前的提示
print( )
print( " 计算即将开始,请确认在 NR_xiaoqu_input.py 中设置了正确的参数,按回车继续!!! " )
print( " 如果输入参数没有设置好,Ctrl+C 退出,调整 NR_xiaoqu_input.py 中的输入参数!!! " )
print( " 计算即将开始,请确认在 AMSS_NCKU_Input.py 中设置了正确的参数,按回车继续!!! " )
print( " 如果输入参数没有设置好,Ctrl+C 退出,调整 AMSS_NCKU_Input.py 中的输入参数!!! " )
## 设定一个输入(回车),以便程序下一步运行
inputvalue = input()
......@@ -48,8 +48,6 @@ import shutil
File_directionary = os.path.join(input_data.File_directionary)
# 如果文件目录已经存在,则去除它
# Courtesy https://stackoverflow.com/questions/303200/how-do-i-remove-delete-a-folder-that-is-not-empty
shutil.rmtree(File_directionary, ignore_errors=True)
## 创建文件夹
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment