Skip to content

Commit

Permalink
fix: ensure line ending is LF
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Jul 10, 2024
1 parent 6ad4990 commit 8b09156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def main():

last_原小韻號 = 0
小韻內字序 = 0
with open('韻書/廣韻.csv', 'w') as fout:
with open('韻書/廣韻.csv', 'w', newline='') as fout:
print(
'小韻號,小韻內字序,韻目原貌,音韻地位,反切,字頭,字頭又作,釋義,釋義補充',
file=fout,
Expand Down

0 comments on commit 8b09156

Please sign in to comment.