mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge branch 'fix_catboost_test' of github.com:ClickHouse/ClickHouse into fix_catboost_test
This commit is contained in:
commit
45b1f4fe8f
@ -30,7 +30,7 @@ def ch_cluster():
|
||||
dest_name = source_name
|
||||
if machine in source_name:
|
||||
machine_suffix = "_" + machine
|
||||
dest_name = source_name[:-len(machine_suffix)]
|
||||
dest_name = source_name[: -len(machine_suffix)]
|
||||
|
||||
os.system(
|
||||
"docker cp {local} {cont_id}:{dist}".format(
|
||||
|
Loading…
Reference in New Issue
Block a user