Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
way
2025-12-10 11:39:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abc5227b6dd58f1bc332b927c00fdb0a686855f1
abc5227b
1 parent
160d1e52
让其不扫描D盘
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
ReportEngine/utils/dependency_check.py
ReportEngine/utils/dependency_check.py
View file @
abc5227
...
...
@@ -141,7 +141,8 @@ def _ensure_windows_gtk_paths():
]
# 常见自定义安装位置(其他盘符 / DevelopSoftware 目录)
common_drives
=
[
"C"
,
"D"
,
"E"
,
"F"
]
# common_drives = ["C", "D", "E", "F"]
common_drives
=
[
"C"
,
"E"
,
"F"
]
common_names
=
[
"GTK3-Runtime Win64"
,
"GTK3-Runtime Win32"
,
"GTK3-Runtime"
]
for
drive
in
common_drives
:
root
=
Path
(
f
"{drive}:/"
)
...
...
Please
register
or
login
to post a comment