We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e527188 commit bb2d9e8Copy full SHA for bb2d9e8
1 file changed
fuzz/clean_fuzz_dir.py
@@ -3,7 +3,7 @@
3
import shutil
4
import fire
5
6
-def clean_project_dirs(root_dir="/fuzz/oss-fuzz/projects"):
+def clean_project_dirs(root_dir="fuzz/oss-fuzz/projects"):
7
"""
8
清理 oss-fuzz 项目目录下的 fuzz_inputs 和 tests-gen 文件夹
9
0 commit comments