Annoying warning in command-line tools on Python 2 #3739

Closed
opened 2021-06-15 17:17:40 +00:00 by itamarst · 1 comment
itamarst commented 2021-06-15 17:17:40 +00:00
Owner
$ tahoe cp tahoe:foo/mdash—→ .
/home/itamarst/Devel/tahoe-lafs/src/allmydata/scripts/runner.py:207: [UnicodeWarning](wiki/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.

``` $ tahoe cp tahoe:foo/mdash—→ . /home/itamarst/Devel/tahoe-lafs/src/allmydata/scripts/runner.py:207: [UnicodeWarning](wiki/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.
tahoe-lafs added the
unknown
normal
defect
n/a
labels 2021-06-15 17:17:40 +00:00
tahoe-lafs added this to the Support Python 3 milestone 2021-06-15 17:17:40 +00:00
GitHub <noreply@github.com> commented 2021-06-15 20:46:33 +00:00
Author
Owner

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
In [f39eeb4/trunk](/tahoe-lafs/trac-2024-07-25/commit/f39eeb4741c6c0b59190eb678479509933399fff): ``` Merge pull request #1086 from tahoe-lafs/3739.annoying-warning-python-2 Get rid of annoying warning in CLI tools Fixes ticket:3739 ```
tahoe-lafs added the
fixed
label 2021-06-15 20:46:33 +00:00
GitHub <noreply@github.com> closed this issue 2021-06-15 20:46:33 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#3739
No description provided.