Merge pull request #22487 from taosdata/tomchon-patch-7

Update test.py
This commit is contained in:
wade zhang 2023-08-21 11:36:00 +08:00 committed by GitHub
commit c8456b650c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ if __name__ == "__main__":
createDnodeNums = value
if key in ['-i', '--independentMnode']:
independentMnode = value
independentMnode = False
if key in ['-R', '--restful']:
restful = True