This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch test_pyt1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/test_pyt1 by this push:
     new 548da72599f update
548da72599f is described below

commit 548da72599f33a31d115fff071321f9f1d082b78
Author: HTHou <[email protected]>
AuthorDate: Tue Aug 1 11:58:29 2023 +0800

    update
---
 iotdb-client/client-py/iotdb/IoTDBContainer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iotdb-client/client-py/iotdb/IoTDBContainer.py 
b/iotdb-client/client-py/iotdb/IoTDBContainer.py
index afc29e04b51..04da53be743 100644
--- a/iotdb-client/client-py/iotdb/IoTDBContainer.py
+++ b/iotdb-client/client-py/iotdb/IoTDBContainer.py
@@ -61,6 +61,6 @@ class IoTDBContainer(DockerContainer):
         return self
 
     def stop(self, force=True, delete_volume=True):
-        super().stop(force, delete_volume)
         logger.info(self.get_wrapped_container().logs())
+        super().stop(force, delete_volume)
         return self

Reply via email to