Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop the ressource file frequencies.json fix #54 #55

Merged
merged 1 commit into from Jul 13, 2021
Merged

Conversation

Ousret
Copy link
Collaborator

@Ousret Ousret commented Jul 13, 2021

Close #54

from @sethmlarson

This is to make charset_normalizer work in situations where there isn't a filesystem available like when being run from a zip file/static binary.

@Ousret Ousret added the bug Something isn't working label Jul 13, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2021

Codecov Report

Merging #55 (6557ba5) into master (230f417) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   84.40%   84.46%   +0.05%     
==========================================
  Files          12       12              
  Lines        1071     1062       -9     
==========================================
- Hits          904      897       -7     
+ Misses        167      165       -2     
Impacted Files Coverage Δ
charset_normalizer/assets/__init__.py 100.00% <100.00%> (+18.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 230f417...6557ba5. Read the comment docs.

Copy link

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Use importlib.resources or encode assets into Python
3 participants