We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0a8ab commit b9956f3Copy full SHA for b9956f3
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="/home/jiayiguo/FuzzAug/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