Skip to content

Commit

Permalink
pref:优化选择文件时的表述
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDuckStudio authored Jun 25, 2024
1 parent 56370e3 commit 9c3de6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/去除代码注释/remove_batch_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def main():
root.withdraw() # 不显示主窗口

file_path = filedialog.askopenfilename(filetypes=[
("Batch files", "*.bat", "*.cmd"),
("All files", "*.*")
("批处理文件", "*.bat", "*.cmd"),
("所有文件", "*.*")
])
if not file_path:
print("没有选择文件。")
Expand Down

0 comments on commit 9c3de6b

Please sign in to comment.