Skip to content

Commit e53b4f6

Browse files
committed
adapt to changed message type
NEW_UI has been renumbered from 142 to 141 in 93cd24d
1 parent d99812e commit e53b4f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/coviseStartup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run(self):
9595
#print(" received message ", type)
9696
#print(data)
9797

98-
if ( type == 142 ): #COVISE_MESSAGE_NEW_UI
98+
if type == 141: # COVISE_MESSAGE_NEW_UI
9999
CoviseMsgLoop().parse(msg)
100100
else:
101101

@@ -227,7 +227,7 @@ def ListAction():
227227

228228
class _NewListAction(CoviseMsgLoopAction):
229229

230-
NEW_UI=142
230+
NEW_UI = 141
231231
instance_ = None
232232

233233
def __init__(self):

0 commit comments

Comments
 (0)