Skip to content

Conversation

@zenmoto
Copy link
Contributor

@zenmoto zenmoto commented Jan 29, 2020

No description provided.

EventWriter will now wrap a non-TextIO object with a TextIO wrapper,
and ensures that all writing is done as string through six.ensure_text
else:
self._out = TextIOWrapper(output)

if isinstance(output, TextIOBase):
Copy link
Contributor

Choose a reason for hiding this comment

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

first argument should be error

out = BytesIO()
err = BytesIO()

outwrap = TextIOWrapper(out)
Copy link
Contributor

Choose a reason for hiding this comment

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

These don't seem to be used anywhere

@shakeelmohamed shakeelmohamed changed the base branch from master to develop January 30, 2020 19:09
Also removed a couple unused objects in a test
@zenmoto zenmoto merged commit 2570f3b into develop Feb 6, 2020
@zenmoto zenmoto deleted the make_modinput_text_consistent branch February 6, 2020 23:01
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