Reformatted file

This commit is contained in:
Mo Langning 2024-04-05 09:49:11 +00:00
parent e7ba29df43
commit 7da40d62e6
1 changed files with 1 additions and 3 deletions

View File

@ -41,6 +41,7 @@ for i in os.listdir(INPUT_ROBOTS):
shutil.copytree(path,OUTPUT_ROBOTS,dirs_exist_ok=True)
print("[+] Copied all the files")
for i in [OUTPUT_ROBOTS,OUTPUT_TECHNOLOGIES]:
for root,_,file_list in os.walk(i):
for file in file_list:
@ -64,6 +65,3 @@ for i in [OUTPUT_ROBOTS,OUTPUT_TECHNOLOGIES]:
if len(contents)!=len(patch_content):
open(path,"wb").write(b"\n".join(patch_content))