Sign in
autotest
/
card-app
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
608d733602a56bfc3a7e3a390bf789ab0a43ad0e
Authored by
liujiqiang
2021-07-19 15:11:38 +0800
1 parent
00dc7a8a
build: skipped
增加日志
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
commons/scripts/delReport.py
commons/scripts/delReport.py
View file @
608d733
...
...
@@ -12,6 +12,7 @@
12
12
import os,sys
13
13
14
14
def delReport(path,delNum=5):
15
+ print("path",path)
15
16
file_list = os.listdir(os.path.abspath(os.path.join(path, "../")) + "/report/")
16
17
print("delReport file_lis --- ", file_list)
17
18
if len(file_list) > delNum:
...
...