mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
make it work with python3.8
This commit is contained in:
parent
1b11a5c6fe
commit
1e6f7a7c52
@ -18,7 +18,6 @@ class Client:
|
||||
|
||||
self.command += ["--host", self.host, "--port", str(self.port), "--stacktrace"]
|
||||
|
||||
@staticmethod
|
||||
def stacktraces_on_timeout_decorator(func):
|
||||
def wrap(self, *args, **kwargs):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user