Skip to content

/dev/null doesn't exist on Windows but os.devnull does #1

Description

@shrewmouse1

In versioninforeader.py change line 42 from

with open('/dev/null', 'w') as devnull:

with open(os.devnull, 'w') as devnull:

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions