fix translator log

This commit is contained in:
Carlos Polop
2025-01-08 21:59:46 +01:00
parent 1a5f666c80
commit 3000248da2

View File

@@ -225,7 +225,7 @@ def copy_dirs(source_path, dest_path):
else:
# Copy the theme folder
shutil.copytree(source_folder, destination_folder)
print(f"Copied .gitbook folder from {source_folder} to {destination_folder}")
print(f"Copied {folder_name} folder from {source_folder} to {destination_folder}")
def copy_files(source_path, dest_path):
file_names = ["src/SUMMARY.md", "hacktricks-preprocessor.py", "book.toml", ".gitignore", "src/robots.txt"]