This commit is contained in:
Carlos Polop
2025-01-09 09:15:28 +01:00
parent 110692ec5f
commit 3b671863b3
2 changed files with 1 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ def cp_translation_to_repo_dir_and_check_gh_branch(branch, temp_folder, translat
for file_name in filenames:
src_file = os.path.join(dirpath, file_name)
shutil.copy2(src_file, dest_path)
if not "/images/" in src_file:
if not "/images/" in src_file and not "/theme/" in src_file:
print(f"[+] Copied from {src_file} to {file_name}")
if translate_files:

View File

@@ -140,4 +140,3 @@ All the information about privilege escalation and post exploitation in Azure St
{{#include ../../../banners/hacktricks-training.md}}