Skip to content

Commit 441e139

Browse files
committed
t9
1 parent c411009 commit 441e139

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def cp_translation_to_repo_dir_and_check_gh_branch(branch, temp_folder, translat
8080
for file_name in filenames:
8181
src_file = os.path.join(dirpath, file_name)
8282
shutil.copy2(src_file, dest_path)
83-
if not "/images/" in src_file:
83+
if not "/images/" in src_file and not "/theme/" in src_file:
8484
print(f"[+] Copied from {src_file} to {file_name}")
8585

8686
if translate_files:

src/pentesting-cloud/azure-security/az-services/az-static-web-apps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@ All the information about privilege escalation and post exploitation in Azure St
140140
{{#include ../../../banners/hacktricks-training.md}}
141141

142142

143-

0 commit comments

Comments
 (0)