Skip to content

TODO: change os detection... #25

@jedie

Description

@jedie

There is often something like this:

if DRQUEUE_OS in ["Windows", "Win32"]:

-> https://github.com/kaazoo/DrQueueIPython/search?utf8=%E2%9C%93&q=windows

TODO: Just change to:

if sys.platform.startswith('win'):

or maybe:

IS_WIN = sys.platform.startswith('win')

if IS_WIN:

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