gpodder / mygpoclient

Python Client Library for gpodder.net

Home Page:http://mygpoclient.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation warning

clementsjosh opened this issue · comments

Did a fresh install of gPodder on an Ubuntu 20.04 box and received this error during installation:

Setting up python3-mygpoclient (1.8-3) ... 
/usr/lib/python3/dist-packages/mygpoclient/locator.py:320: SyntaxWarning: "is" with a literal. Did you mean "=="? if type is 'device':
/usr/lib/python3/dist-packages/mygpoclient/locator.py:325: SyntaxWarning: "is" with a literal. Did you mean "=="? if type is 'podcast':
/usr/lib/python3/dist-packages/mygpoclient/locator.py:330: SyntaxWarning: "is" with a literal. Did you mean "=="? if type is 'episode':

Fixed in 1.9.

Great, thanks!