updated branch name to be appropriate
This commit is contained in:
parent
97f3c3a070
commit
a0edc0b499
2 changed files with 5 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -17,6 +17,9 @@ core-*.tar.gz
|
|||
debian
|
||||
stamp-h1
|
||||
|
||||
# intelli
|
||||
# intellij
|
||||
*.iml
|
||||
.idea
|
||||
|
||||
# sonarqube sonar-scanner
|
||||
.scannerwork
|
||||
|
|
|
@ -451,6 +451,7 @@ class CoreRequestHandler(SocketServer.BaseRequestHandler):
|
|||
message_handler = self.message_handlers[message.message_type]
|
||||
|
||||
try:
|
||||
# TODO: this needs to be removed, make use of the broadcast message methods
|
||||
replies = message_handler(message)
|
||||
self.dispatch_replies(replies, message)
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue