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

Buffer issue and cleanup tests pep8 #351

Merged
merged 2 commits into from
Jul 21, 2021

Conversation

JGSweets
Copy link
Contributor

Buffer was being replaced due to mutability, this fixes the bug if tests are not parallelized

@JGSweets JGSweets added Bug Something isn't working High Priority Dramatic improvement, inaccurate calculation(s) or bug / feature making the library unusable labels Jul 21, 2021
if isinstance(input_buf['path'], BytesIO):
input_buf['path'] = TextIOWrapper(input_buf['path'], encoding=input_buf['encoding'])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was a bug replacing the value in the dict as oppose to maintaining the BytesIO.

@ChrisWallace2020 ChrisWallace2020 enabled auto-merge (squash) July 21, 2021 15:14
@ChrisWallace2020 ChrisWallace2020 merged commit a9935bb into capitalone:main Jul 21, 2021
stevensecreti pushed a commit to stevensecreti/DataProfiler that referenced this pull request Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working High Priority Dramatic improvement, inaccurate calculation(s) or bug / feature making the library unusable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants