This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch py_debug
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/py_debug by this push:
new 73c48b7f6f [DEBUG] py-client test error
73c48b7f6f is described below
commit 73c48b7f6f37fa1bb92f4a313e01604c482e2536
Author: HTHou <[email protected]>
AuthorDate: Mon May 16 09:57:01 2022 +0800
[DEBUG] py-client test error
---
.github/workflows/client-python.yml | 1 +
client-py/iotdb/Session.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/client-python.yml
b/.github/workflows/client-python.yml
index 230f9a29c5..c1e8068b55 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -8,6 +8,7 @@ on:
- master
- 'rel/*'
- "new_*"
+ - py_debug
paths-ignore:
- 'docs/**'
pull_request:
diff --git a/client-py/iotdb/Session.py b/client-py/iotdb/Session.py
index c34e480d26..395d91e238 100644
--- a/client-py/iotdb/Session.py
+++ b/client-py/iotdb/Session.py
@@ -1027,7 +1027,7 @@ class Session(object):
if status.code == Session.SUCCESS_CODE:
return 0
- logger.error("{}: error status is {}".format(status.code,
status.message))
+ logger.error("{}: error status is {}.".format(status.code,
status.message))
return -1
def execute_raw_data_query(