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
|
debian
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|
||||||
# intelli
|
# intellij
|
||||||
*.iml
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# sonarqube sonar-scanner
|
||||||
|
.scannerwork
|
||||||
|
|
|
@ -451,6 +451,7 @@ class CoreRequestHandler(SocketServer.BaseRequestHandler):
|
||||||
message_handler = self.message_handlers[message.message_type]
|
message_handler = self.message_handlers[message.message_type]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
# TODO: this needs to be removed, make use of the broadcast message methods
|
||||||
replies = message_handler(message)
|
replies = message_handler(message)
|
||||||
self.dispatch_replies(replies, message)
|
self.dispatch_replies(replies, message)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue