Skip to content

Convert print statements to stderr #57

@krowvin

Description

@krowvin

In @DanielTOsborne the print statements in the source for errors were displaying in the report output because they were not set to stdout

Need to go through and ensure all print statements are sent to stderr

i.e.

print(string, file=sys.stderr)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions