Skip to content

Commit 4de06bb

Browse files
committed
fix(yaffs): get rid of timestamping for now.
1 parent 829704d commit 4de06bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unblob/handlers/filesystem/yaffs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ def extract_entry(self, entry: YAFFSEntry, outdir: Path): # noqa: C901
554554
)
555555
return
556556
src_path.link_to(out_path)
557-
os.utime(out_path.as_posix(), (entry.st_atime, entry.st_mtime))
558557

559558

560559
class YAFFS2Parser(YAFFSParser):

0 commit comments

Comments
 (0)