sys_patch_helpers.py: Avoid saying RSRRepair

RSRRepair is used for syncing Boot and System Kernel Collections, users misintepreted this as supporting RSR on all models
This commit is contained in:
Mykola Grymalyuk
2023-01-16 13:51:08 -07:00
parent fac1298a6e
commit 037ff0f2c3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def string_to_hex(input_string):
def process_status(process_result):
if process_result.returncode != 0:
print(f"Process failed with exit code {process_result.returncode}")
print(f"Please file an issue on our Github")
print(f"Please report the issue on the Discord server")
raise Exception(f"Process result: \n{process_result.stdout.decode()}")