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
PyNSOT has lots of error regarding unicode literals which makes it really annoying to use.
nsot devices list -H device1
/usr/local/lib/python2.7/dist-packages/pynsot/app.py:848: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:35: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:79: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:176: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:200: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:234: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:315: 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 https://click.palletsprojects.com/python3/
@click.pass_context
The text was updated successfully, but these errors were encountered:
PyNSOT has lots of error regarding unicode literals which makes it really annoying to use.
nsot devices list -H device1
/usr/local/lib/python2.7/dist-packages/pynsot/app.py:848: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:35: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:79: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:176: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:200: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:234: 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 https://click.palletsprojects.com/python3/
@click.pass_context
/usr/local/lib/python2.7/dist-packages/pynsot/commands/cmd_devices.py:315: 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 https://click.palletsprojects.com/python3/
@click.pass_context
The text was updated successfully, but these errors were encountered: