-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix csvpillar.py read file as binary #52747
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly great - a couple of lint issues from your tests file:
https://jenkinsci.saltstack.com/job/pr-lint/job/PR-52747/1/warnings52Result/new/
New commit pushed addressing linting |
When does this show up merged into the 2019.2 and develop branch? |
We're working on some better documentation on our merge forward process, but this should get picked up in the next merge forward from |
[master] Porting #52747 to master
What does this PR do?
Resolves an error in csvpillar.py (at least when run in Python 3) where it attempted to read csv files from disk in binary format.
What issues does this PR fix or reference?
#52538
Previous Behavior
csvpillar.py attempted to read csv files in binary format
New Behavior
csvpillar.py now reads csv files in text format
Tests written?
Yes
Commits signed with GPG?
No