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

Pypi version 1.2.2 breaks raise_exception #162

Open
ToonWeyens opened this issue Oct 21, 2018 · 3 comments
Open

Pypi version 1.2.2 breaks raise_exception #162

ToonWeyens opened this issue Oct 21, 2018 · 3 comments

Comments

@ToonWeyens
Copy link

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.

@dantimofte
Copy link

dantimofte commented Oct 21, 2018

It looks like version 1.2.2 was built from the Dev branch

@deepbrook
Copy link
Collaborator

There'll be a release later today / tomorrow fixing this.

@ToonWeyens
Copy link
Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants