BBrother commited on
Commit
5998e7c
1 Parent(s): 12aa729

Update SW_run.py

Browse files
Files changed (1) hide show
  1. SW_run.py +2 -2
SW_run.py CHANGED
@@ -3,8 +3,8 @@ import sys
3
  import logging
4
  import os
5
 
6
- # 检查是否存在 logs.txt 文件,如果存在则删除它
7
- log_file = '/content/logs.txt'
8
  if os.path.exists(log_file):
9
  os.remove(log_file)
10
 
 
3
  import logging
4
  import os
5
 
6
+ # 检查是否存在 logs_run.txt 文件,如果存在则删除它
7
+ log_file = '/content/logs_run.txt'
8
  if os.path.exists(log_file):
9
  os.remove(log_file)
10