From 7da40d62e66b356fa40395b1068e69f5e882a192 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:49:11 +0000 Subject: [PATCH] Reformatted file --- .bin/trickest-patcher.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.bin/trickest-patcher.py b/.bin/trickest-patcher.py index 609c5001..a288b85c 100755 --- a/.bin/trickest-patcher.py +++ b/.bin/trickest-patcher.py @@ -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)) - - -