Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
This repository was archived by the owner on Jul 20, 2020. It is now read-only.

Pypi version 1.2.2 breaks raise_exception #162

@ToonWeyens

Description

@ToonWeyens

In the PyPi 1.2.2 version, raise_exception (inside connection.py) seems to be broken. Comparing different version shows that instead of

info_message = {20000: 'Invalid User given! Please make sure the given ID is correct!',

the 1.2.2 version uses

info_message = {20000: ',

which results in the obvious python error

SyntaxError: EOL while scanning string literal

When I patch it manually, it works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions