Skip to content

Commit 51d6dd8

Browse files
committed
Use temp str variable for logging
1 parent d2fae3b commit 51d6dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadet/cadet_dll_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def param_provider_get_string_array_item(
472472
reader.buffer = bytes_val
473473
val[0] = ctypes.cast(reader.buffer, ctypes.c_char_p)
474474

475-
log_print(f"GET array [string] ({index}) {n}: {reader.buffer.decode('utf-8')}")
475+
log_print(f"GET array [string] ({index}) {n}: {bytes_val}")
476476
return 0
477477

478478

0 commit comments

Comments
 (0)