Skip to content

Commit 260ddd1

Browse files
author
Thomas Salm
committed
to version 1.6.5
1 parent 83f0a2e commit 260ddd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "saic_ismart_client"
7-
version = "1.6.4"
7+
version = "1.6.5"
88
authors = [
99
{ name = "Thomas Salm", email="[email protected]"},
1010
]

src/saic_ismart_client/saic_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def __handle_retry_with_app_data(self, func, vin_info: VinInfo, max_retries: int
495495
if iteration > max_retries:
496496
additional_info = '.'
497497
if error_message is not None:
498-
additional_info = f', error message: {error_message.decode()}'
498+
additional_info = f', error message: {error_message}'
499499
raise SaicApiException(f'API request failed after {iteration} retries{additional_info}')
500500
elif error_message is not None:
501501
self.handle_error(rsp_msg.body, iteration)

0 commit comments

Comments
 (0)