From 68a45aeae24d1541653cb29b65a1fe0788edfd78 Mon Sep 17 00:00:00 2001 From: elseif Date: Tue, 14 Jul 2026 20:28:10 +0800 Subject: [PATCH] modified: patch.py --- patch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patch.py b/patch.py index 9236cc7..e200b01 100644 --- a/patch.py +++ b/patch.py @@ -393,7 +393,6 @@ def patch_squashfs(path,key_dict): if new_data != data: data = new_data modified = True - assert modified, f'{file_path} key not patched' with open(f'{file_path}_', 'wb') as f: f.write(data) if 'loader' in files and os.path.isfile(os.path.join(root, 'loader')):