You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems with one entry in my datastore where if i do a lookup, the interface hangs and i have to force quit the app. also a way to edit the entries would be nice so you can change or remove duplicates like 1u and 1uF or 100nF and 0.1uF
The text was updated successfully, but these errors were encountered:
the part lookup in question can also not be updated with new info. after running python -v -v bomsaway.py i get the following lines at the end before the freeze:
<boms_away.datastore.ManufacturerPart object at 0x7fc2d775b610>
('suppliers:', u'Farnell')
<boms_away.datastore.ManufacturerPart object at 0x7fc2d775b690>
('suppliers:', u'Farnell')
hmm. more info on the now called bug: as soon as you do alookup on a "infected" part value, the old values are filled in and the interface becomes unresponsive and only a ctrl-c will quit the script in linux
here the affected database and the parts affected are: "USB-B-TH_OK" and "16Mhz 7M"
I'm having problems with one entry in my datastore where if i do a lookup, the interface hangs and i have to force quit the app. also a way to edit the entries would be nice so you can change or remove duplicates like 1u and 1uF or 100nF and 0.1uF
The text was updated successfully, but these errors were encountered: