mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-01 11:06:42 -04:00
Reformatted file
This commit is contained in:
parent
e7ba29df43
commit
7da40d62e6
1 changed files with 1 additions and 3 deletions
|
@ -41,6 +41,7 @@ for i in os.listdir(INPUT_ROBOTS):
|
||||||
shutil.copytree(path,OUTPUT_ROBOTS,dirs_exist_ok=True)
|
shutil.copytree(path,OUTPUT_ROBOTS,dirs_exist_ok=True)
|
||||||
|
|
||||||
print("[+] Copied all the files")
|
print("[+] Copied all the files")
|
||||||
|
|
||||||
for i in [OUTPUT_ROBOTS,OUTPUT_TECHNOLOGIES]:
|
for i in [OUTPUT_ROBOTS,OUTPUT_TECHNOLOGIES]:
|
||||||
for root,_,file_list in os.walk(i):
|
for root,_,file_list in os.walk(i):
|
||||||
for file in file_list:
|
for file in file_list:
|
||||||
|
@ -64,6 +65,3 @@ for i in [OUTPUT_ROBOTS,OUTPUT_TECHNOLOGIES]:
|
||||||
|
|
||||||
if len(contents)!=len(patch_content):
|
if len(contents)!=len(patch_content):
|
||||||
open(path,"wb").write(b"\n".join(patch_content))
|
open(path,"wb").write(b"\n".join(patch_content))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue