Skip to content

Commit a035d22

Browse files
committed
pncconf: don't sort firmware names
Use the order the firmwares appear in private_data. See issue #2902
1 parent e776072 commit a035d22

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/emc/usr_intf/pncconf/pncconf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,6 @@ def fill_firmware(self,boardnum):
22742274
d = self._p.MESA_FIRMWAREDATA[search]
22752275
if not d[self._p._BOARDTITLE] == title:continue
22762276
temp.append(d[self._p._FIRMWARE])
2277-
temp.sort()
22782277
for i in temp:
22792278
#print(i)
22802279
model.append_text(i)

0 commit comments

Comments
 (0)