Skip to content

Commit

Permalink
bug fix and add .python-version to be ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryisthere committed Dec 16, 2023
1 parent d2512b2 commit 8d47598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ __pycache__/
check_result.csv
dist
out/
.VSCodeCounter/
.VSCodeCounter/
.python-version
2 changes: 1 addition & 1 deletion charset_mnbvc/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def get_cn_charset(source_data, source_type="file", mode=1, special_encodings=No
# return "UNKNOWN"

# return_is_perceivable = is_perceivable(data.decode("unicode_escape"))
# if return_is_perceivable:
# if not return_is_perceivable:
# return "UNKNOWN: %s" % return_is_perceivable

except Exception as err:
Expand Down

0 comments on commit 8d47598

Please sign in to comment.