dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
45 stars 6 forks source link

'ascii' codec can't encode character '\xe9' in position 1645: ordinal not in range(128) #92

Closed dputhier closed 5 years ago

dputhier commented 5 years ago

Got this message... On my installation 'Quentin Ferré' is not supported. Should be changed to 'Quentin Ferre' to avoid this... Sorry.

  File "/Softs/tagc/denis/conda/conda/envs/pygtftk_py3k/lib/python3.6/argparse.py", line 1024, in __call__
    parser.print_help()
  File "/Softs/tagc/denis/conda/conda/envs/pygtftk_py3k/lib/python3.6/argparse.py", line 2366, in print_help
    self._print_message(self.format_help(), file)
  File "/Softs/tagc/denis/conda/conda/envs/pygtftk_py3k/lib/python3.6/argparse.py", line 2373, in _print_message
    file.write(message)
UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 1645: ordinal not in range(128)
qferre commented 5 years ago

I am pretty sure this is racist to some degree XD.

Just write it in full capitals : Quentin FERRE.

dputhier commented 5 years ago

Yep. Better :). Fix in 2d9bd8a6930798d486ed3e7ef25ff45c1087c8d4