Skip to content

Commit

Permalink
Update handle.py
Browse files Browse the repository at this point in the history
more correct message
  • Loading branch information
burner1024 committed Mar 2, 2023
1 parent 15a96b9 commit c90e6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_win_encoding(language, file_path):
encoding = CHARSET_MAP[language]
return encoding

print(f"Failed to detect encoding for file {file_path} in language {language}")
print(f"Failed to infer encoding for file {file_path} in language {language}")
sys.exit(1)


Expand Down

0 comments on commit c90e6fd

Please sign in to comment.