Skip to content

Commit b9956f3

Browse files
committed
use relative address
1 parent dd0a8ab commit b9956f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/clean_fuzz_dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import shutil
44
import fire
55

6-
def clean_project_dirs(root_dir="/home/jiayiguo/FuzzAug/fuzz/oss-fuzz/projects"):
6+
def clean_project_dirs(root_dir="/fuzz/oss-fuzz/projects"):
77
"""
88
清理 oss-fuzz 项目目录下的 fuzz_inputs 和 tests-gen 文件夹
99

0 commit comments

Comments
 (0)