From 62b7f97ab4ffb0de3c8dc6dfd2994645619d6921 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:17:09 +0800 Subject: [PATCH] typo fix --- .bin/file-exts-downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[]