Loading openflexure_microscope/stage/sangaboard/extensible_serial_instrument.py +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ class ExtensibleSerialInstrument(object): success = False for port_name, _, _ in serial.tools.list_ports.comports(): #loop through serial ports, apparently 256 is the limit?! try: logging.info("Trying port",port_name) logging.info("Trying port {}".format(port_name)) self.open(port_name) success = True logging.info("Success!") Loading Loading
openflexure_microscope/stage/sangaboard/extensible_serial_instrument.py +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ class ExtensibleSerialInstrument(object): success = False for port_name, _, _ in serial.tools.list_ports.comports(): #loop through serial ports, apparently 256 is the limit?! try: logging.info("Trying port",port_name) logging.info("Trying port {}".format(port_name)) self.open(port_name) success = True logging.info("Success!") Loading