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

Fix csvpillar.py read file as binary #52747

Merged
merged 9 commits into from
Apr 30, 2019
Merged

Fix csvpillar.py read file as binary #52747

merged 9 commits into from
Apr 30, 2019

Conversation

que5o
Copy link
Contributor

@que5o que5o commented Apr 29, 2019

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

Copy link
Contributor

@waynew waynew left a 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/

@que5o
Copy link
Contributor Author

que5o commented Apr 29, 2019

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

@waynew waynew merged commit 9f1b804 into saltstack:2018.3 Apr 30, 2019
@que5o
Copy link
Contributor Author

que5o commented May 1, 2019

When does this show up merged into the 2019.2 and develop branch?

@waynew
Copy link
Contributor

waynew commented May 15, 2019

We're working on some better documentation on our merge forward process, but this should get picked up in the next merge forward from 2018.3.

garethgreenaway added a commit to garethgreenaway/salt that referenced this pull request Sep 19, 2019
dwoz added a commit that referenced this pull request Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants