src/eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 11070
5d354c287553
parent 11058
5b5c28512359
child 11090
f5f5f5803935
equal deleted inserted replaced
11069:f26aa3302090 11070:5d354c287553
309 " MicroPython board.</p>" 309 " MicroPython board.</p>"
310 ).format( 310 ).format(
311 "</li><li>".join( 311 "</li><li>".join(
312 [ 312 [
313 self.tr( 313 self.tr(
314 "{0} (0x{1:04x}/0x{2:04x})", "description, VId, PId" 314 "{0} (0x{1:04x}/0x{2:04x})", "description, VID, PID"
315 ).format(desc, vid, pid) 315 ).format(desc, vid, pid)
316 for vid, pid, desc in newUnknownDevices 316 for vid, pid, desc in newUnknownDevices
317 ] 317 ]
318 ), 318 ),
319 BugAddress, 319 BugAddress,

eric ide

mercurial