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 ed20db9 commit d3fa9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-en-duplicated-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from os import remove

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
main_path = r'/Users/hfxsd/Documents/docs/releases/release-7.1.5.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 d3fa9f1

Please sign in to comment.