Skip to content

Commit

Permalink
fix missing no edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Aug 24, 2023
1 parent 2decc0e commit 4990c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def resave_file(src_path, src_enc, dst_path, dst_enc):
os.remove(dst_dir)
os.makedirs(dst_dir)

data = COMMENT_NO_MANUAL + data
with open(dst_path, mode="w", encoding=dst_enc) as ofile:
ofile.write(data)

Expand Down

0 comments on commit 4990c1d

Please sign in to comment.