Skip to content

Commit

Permalink
PullRequest: 29 chore: optz the err message of agg_create_cluster
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junkrat77 committed Oct 29, 2024
1 parent a3f30ac commit d4d0a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obshell/service/client_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ def agg_create_cluster(
copied_configs = copy.deepcopy(servers_with_configs)
if self.server not in copied_configs:
raise IllegalOperatorError(
"copied_configs should include the server of the client.")
"configs should include the server of the client.")
try:
if 'zone' not in copied_configs[self.server]:
raise IllegalOperatorError(
Expand Down

0 comments on commit d4d0a63

Please sign in to comment.