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, |