Skip to content

Commit d4d0a63

Browse files
committed
PullRequest: 29 chore: optz the err message of agg_create_cluster
Merge branch optz_msg of [email protected]:oceanbase/OBShell-SDK-Python.git into master https://code.alipay.com/oceanbase/OBShell-SDK-Python/pull_requests/29 Signed-off-by: 玉楼 <[email protected]> * chore: optz the err message of agg_create_cluster
1 parent a3f30ac commit d4d0a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obshell/service/client_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ def agg_create_cluster(
15041504
copied_configs = copy.deepcopy(servers_with_configs)
15051505
if self.server not in copied_configs:
15061506
raise IllegalOperatorError(
1507-
"copied_configs should include the server of the client.")
1507+
"configs should include the server of the client.")
15081508
try:
15091509
if 'zone' not in copied_configs[self.server]:
15101510
raise IllegalOperatorError(

0 commit comments

Comments
 (0)