#3739 closed defect (fixed)

Annoying warning in command-line tools on Python 2

Reported by: itamarst Owned by: itamarst
Priority: normal Milestone: Support Python 3
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

$ tahoe cp tahoe:foo/mdash—→ .
/home/itamarst/Devel/tahoe-lafs/src/allmydata/scripts/runner.py:207: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal  if '--coverage' not in sys.argv:
...

No real impact, just annoying.

Change History (1)

comment:1 Changed at 2021-06-15T20:46:33Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In f39eeb4/trunk:

Merge pull request #1086 from tahoe-lafs/3739.annoying-warning-python-2

Get rid of annoying warning in CLI tools

Fixes ticket:3739

Note: See TracTickets for help on using tickets.