We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1bbdf commit f4cb97bCopy full SHA for f4cb97b
artiq/coredevice/comm_serial.py
@@ -75,7 +75,7 @@ def build(self):
75
def set_baud(self, baud):
76
self.port.baudrate = baud
77
self.port.flush()
78
- logger.debug("baud rate set to".format(baud))
+ logger.debug("baud rate set to {}".format(baud))
79
80
def set_remote_baud(self, baud):
81
_write_exactly(self.port, struct.pack(
0 commit comments