Skip to content

Commit ed5240e

Browse files
committed
Update undo_patch.py
1 parent 66ab433 commit ed5240e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

undo_patch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def read_config_from_json(json_file_path):
2121
print(f"Error parsing the JSON file {json_file_path}.")
2222
raise
2323

24+
25+
2426
def replace_signkey_in_file(file_path, old_signkey, new_signkey):
2527
if len(old_signkey) != len(new_signkey):
2628
raise ValueError("The new signkey must be the same length as the old signkey.")

0 commit comments

Comments
 (0)