Skip to content

stdout does not have flush #225

Description

@alexforencich

When working on the long log line fix, I encountered an exception from this line:

self.process.stdout.flush()

It seems that stdout is a StreamReader object, which does not have flush(). Not sure if this line should be removed, or if there is an alternative method for doing something equivalent.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions