From ed20db958cef65f4ca5c759e2c5e966cae8db369 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Tue, 19 Nov 2024 09:20:04 +0800 Subject: [PATCH] Update scripts/get-en-duplicated-notes.py --- scripts/get-en-duplicated-notes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get-en-duplicated-notes.py b/scripts/get-en-duplicated-notes.py index ec483bb285e32..40c362e7cbd09 100644 --- a/scripts/get-en-duplicated-notes.py +++ b/scripts/get-en-duplicated-notes.py @@ -6,8 +6,8 @@ from shutil import move from os import remove -ext_path = r'/Users/houfaxin/Documents/GitHub/docs/releases' # Specify the directory of the English release notes folder -main_path = r'/Users/houfaxin/Documents/GitHub/docs/releases/release-7.1.6.md' # Specify the directory of the English release note file that you are preparing +ext_path = r'/Users/hfxsd/Documents/docs/releases' # Specify the directory of the English release notes folder +main_path = r'/Users/hfxsd/Documents/docs/releases/release-7.1.6.md' # Specify the directory of the English release note file that you are preparing # Get existing release notes from the English release notes folder def store_exst_rn(ext_path,main_path):