diff --git a/lib/interface.py b/lib/interface.py index bfd2eed2..2784f472 100644 --- a/lib/interface.py +++ b/lib/interface.py @@ -319,7 +319,7 @@ class Interface(util.PrintError): responses.append((request, response)) else: self.print_error("unknown wire ID", wire_id) - responses.append(None, None) # Signal + responses.append((None, None)) # Signal break return responses