updated branch name to be appropriate

This commit is contained in:
Blake J. Harnden 2017-06-16 14:31:07 -07:00
parent 97f3c3a070
commit a0edc0b499
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View file

@ -17,6 +17,9 @@ core-*.tar.gz
debian
stamp-h1
# intelli
# intellij
*.iml
.idea
# sonarqube sonar-scanner
.scannerwork

View file

@ -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: