Skip to content

filter out reads #3

@ltaulell

Description

@ltaulell

on insertion, using inserter.py, some errors might popup:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 4261: invalid continuation byte

use 'latin1', instead of utf-8, as original accounting file (from 6.2u5 SGE version) is in latin1 (in real, us-ascii, but latin1 is OK).

TODO: find a better workaround (read with index, try utf-8 first, fallback to latin1, fallback to pass/avoid)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions