From a0edc0b499c5c83efcb57d7271c8e575000a0851 Mon Sep 17 00:00:00 2001 From: "Blake J. Harnden" Date: Fri, 16 Jun 2017 14:31:07 -0700 Subject: [PATCH] updated branch name to be appropriate --- .gitignore | 5 ++++- daemon/core/corehandlers.py | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd5c7af1..7caac1d1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ core-*.tar.gz debian stamp-h1 -# intelli +# intellij *.iml .idea + +# sonarqube sonar-scanner +.scannerwork diff --git a/daemon/core/corehandlers.py b/daemon/core/corehandlers.py index 8947ce65..fea54ad3 100644 --- a/daemon/core/corehandlers.py +++ b/daemon/core/corehandlers.py @@ -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: