updates
This commit is contained in:
parent
8ab22f32bd
commit
18195f287c
3 changed files with 369 additions and 192 deletions
398
wrapper/tox.py
398
wrapper/tox.py
File diff suppressed because it is too large
Load diff
|
@ -302,6 +302,11 @@ TOX_ERR_GROUP_JOIN = {
|
|||
'TOX_ERR_GROUP_JOIN_TOO_LONG': 3,
|
||||
}
|
||||
|
||||
TOX_ERR_GROUP_IS_CONNECTED = {
|
||||
'TOX_ERR_GROUP_IS_CONNECTED_OK': 0,
|
||||
'TOX_ERR_GROUP_IS_CONNECTED_GROUP_NOT_FOUND': 1
|
||||
}
|
||||
|
||||
TOX_ERR_GROUP_RECONNECT = {
|
||||
|
||||
#
|
||||
|
@ -451,7 +456,7 @@ TOX_ERR_GROUP_STATE_QUERIES = {
|
|||
#
|
||||
'TOX_ERR_GROUP_STATE_QUERIES_OK': 0,
|
||||
|
||||
#
|
||||
#
|
||||
# The group number passed did not designate a valid group.
|
||||
#
|
||||
'TOX_ERR_GROUP_STATE_QUERIES_GROUP_NOT_FOUND': 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue