[File] bugzilla output is recognized as Algol 68 source

Toralf Förster toralf.foerster at gmx.de
Mon Feb 17 19:40:34 UTC 2020


On 2/17/20 8:38 PM, Toralf Förster wrote:
> Hi
>
> here are the details :
>
> $ file bugz.err
> bugz.err: Algol 68 source, ASCII text
>
> file -v
> file-5.37
> magic file from /usr/share/misc/magic
>
> :-)
>

And now attached the source file - sry.


--
Toralf
-------------- next part --------------
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/bugz", line 11, in <module>
    load_entry_point('pybugz==0.13', 'console_scripts', 'bugz')()
  File "/usr/lib64/python3.6/site-packages/bugz/cli.py", line 702, in main
    args.func(settings)
  File "/usr/lib64/python3.6/site-packages/bugz/cli.py", line 549, in post
    open(settings.description_from, 'r').read()
  File "/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 241: ordinal not in range(128)


More information about the File mailing list