From f13650a3525353b94024e3283575f8630b74fda1 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Fri, 11 Dec 2015 01:50:55 +0100 Subject: [PATCH] stc15: remove extra space in output --- stcgal/protocols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stcgal/protocols.py b/stcgal/protocols.py index b9aa8db..770a800 100644 --- a/stcgal/protocols.py +++ b/stcgal/protocols.py @@ -1902,7 +1902,7 @@ class Stc15Protocol(Stc15AProtocol): response = self.read_packet() if response[0] != 0x07 or response[1] != 0x54: raise StcProtocolException("incorrect magic in finish packet") - print(" done") + print("done") def program_options(self): print("Setting options: ", end="")