Skip to content

Commit

Permalink
t9
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop committed Jan 9, 2025
1 parent c411009 commit 441e139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ All the information about privilege escalation and post exploitation in Azure St
{{#include ../../../banners/hacktricks-training.md}}



0 comments on commit 441e139

Please sign in to comment.