Skip to content

Commit

Permalink
Update scripts/get-en-duplicated-notes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Nov 19, 2024
1 parent a596dbe commit ed20db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/get-en-duplicated-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ed20db9

Please sign in to comment.