Skip to content

stdout does not have flush #225

@alexforencich

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.

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