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

🐛 Stringify before checking for printable chars #483

Merged
merged 1 commit into from
Sep 24, 2020

Conversation

dankolbman
Copy link
Contributor

If there are column names that are non string, like numbers, the current method will fail to parse because isprintable() is a string method.

@dankolbman dankolbman added the bug Something isn't working label Sep 24, 2020
@dankolbman dankolbman self-assigned this Sep 24, 2020
Copy link
Contributor

@XuTheBunny XuTheBunny left a comment

Choose a reason for hiding this comment

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

🥨

@codecov
Copy link

codecov bot commented Sep 24, 2020

Codecov Report

Merging #483 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #483   +/-   ##
=======================================
  Coverage   92.27%   92.27%           
=======================================
  Files          69       69           
  Lines        3273     3276    +3     
=======================================
+ Hits         3020     3023    +3     
  Misses        253      253           
Impacted Files Coverage Δ
creator/files/models.py 97.01% <100.00%> (+0.06%) ⬆️

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 5154152...92d70ee. Read the comment docs.

@dankolbman dankolbman merged commit eb43ec7 into master Sep 24, 2020
@dankolbman dankolbman deleted the stringify-names branch September 24, 2020 15:22
dankolbman added a commit that referenced this pull request Sep 24, 2020
## Release 1.14.5

### Summary

- Emojis: 🐛 x1
- Categories: Fixes x1

### New features and changes

- [#483](#483) - 🐛 Stringify before checking for printable chars - [eb43ec7](eb43ec7) by [dankolbman](https://github.com/dankolbman)
@dankolbman dankolbman mentioned this pull request Sep 24, 2020
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.

2 participants