Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python/unblob/handlers/filesystem/yaffs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from typing import Optional

import attrs
import functools
from structlog import get_logger
from treelib.exceptions import NodeIDAbsentError
from treelib.tree import Tree
Expand Down Expand Up @@ -187,6 +188,7 @@ class YAFFSConfig:
ecc: bool


@functools.total_ordering
@attrs.define
class YAFFSEntry:
object_type: YaffsObjectType
Expand Down
Loading