This commit is contained in:
Mo Langning 2023-11-24 22:17:09 +08:00 committed by GitHub
parent 275d46395b
commit 62b7f97ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ for i in gfg_exts:
exts=list(dict.fromkeys(exts))
open("./Fuzzing/file-ext.txt","w").write("\n".join(exts))
open("../Fuzzing/file-ext.txt","w").write("\n".join(exts))
mutated_exts=[]