diff --git a/.bin/file-exts-downloader.py b/.bin/file-exts-downloader.py index 56b86ea5..e31c1676 100644 --- a/.bin/file-exts-downloader.py +++ b/.bin/file-exts-downloader.py @@ -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=[]