From ae648a2d1d4db2c677136ab1dae059e4f8d04dac Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Mon, 7 Feb 2022 14:27:53 +0100 Subject: [PATCH] Update afstest.py --- afstest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/afstest.py b/afstest.py index e649023..f65f7b2 100644 --- a/afstest.py +++ b/afstest.py @@ -242,7 +242,6 @@ def test_rebuild_repack(afs_rebuild_conf:dict, files:list, raw_data:bytes, rebui mtime.hour.to_bytes(2,"little")+mtime.minute.to_bytes(2,"little")+mtime.second.to_bytes(2,"little") raw_data += raw_fd_data.ljust(0x800, b"\x00") a.pack(rebuild_path, rebuilded_repack_path) - Path("tmp.afs").write_bytes(raw_data) if rebuilded_repack_path.read_bytes() != raw_data: raise Exception(f"Error - Not the expected repack {rebuilded_repack_path}.") print(f"Success - {rebuild_path}.")