You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python2.7/site-packages/hamster_cli/hamster_cli.py:136: Warning: Click detected the use of
the unicode_literals __future__ import. This is heavily discouraged because it can introduce subtle bugs
in your code. You should instead use explicit u"" literals for your unicode strings. For more information
see http://click.pocoo.org/python3/
@pass_controler
I get this when running hamster-cli with python 2.7.11.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. This is most likely harmless. Armin Ronacher has quite strong views with regards to unicode and python 3. Which is not at all to say there is no merrit to the. For our intends and purpose this should be fine however and we will consider pleasing Click with the next release.
I get this when running hamster-cli with python 2.7.11.
The text was updated successfully, but these errors were encountered: