Update vw_mqb_config.py (#30101)

Added a message to tell the user to kill the comma process when running the script.
old-commit-hash: a5f2fd5b1a44ce4e18f5ae8a0271eeb47fb52fae
This commit is contained in:
Mike McKay
2023-09-29 21:00:44 +03:00
committed by GitHub
parent f2863a0f15
commit 586f6acdac
+1
View File
@@ -144,6 +144,7 @@ if __name__ == "__main__":
uds_client.write_data_by_identifier(VOLKSWAGEN_DATA_IDENTIFIER_TYPE.CODING, new_coding) # type: ignore
except (NegativeResponseError, MessageTimeoutError):
print("Writing new configuration failed!")
print("Make sure the comma processes are stopped: tmux kill-session -t comma")
quit()
try: