This commit is contained in:
DingZQ
2025-02-09 13:27:07 +08:00
parent f8422a6ec0
commit 137c74348b
2 changed files with 2 additions and 4 deletions

View File

@@ -1010,7 +1010,7 @@ def run_simulation(name: str, simulation_type: str, modify_pattern_start_time: s
close_project(name_c)
time.sleep(5) # wait 50 seconds
time.sleep(5) # wait 5 seconds
tmp_file = './temp/simulation.result.out'
shutil.copy(f'./temp/{name_c}.db.opt', tmp_file)