We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ab433 commit ed5240eCopy full SHA for ed5240e
undo_patch.py
@@ -21,6 +21,8 @@ def read_config_from_json(json_file_path):
21
print(f"Error parsing the JSON file {json_file_path}.")
22
raise
23
24
+
25
26
def replace_signkey_in_file(file_path, old_signkey, new_signkey):
27
if len(old_signkey) != len(new_signkey):
28
raise ValueError("The new signkey must be the same length as the old signkey.")
0 commit comments