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
When I run KiCost from the GUI, it call the kicost() ( last version to avoid other process and in next release fix #144).
But, if I ask to not scrape some distributor (and because it, this is removed from distributor_dict)m the next call from the GUI, without restart, hangs KiCost.
Way to solution: not pop the distributor_dict, instead use distributor_dict[dist_list] in the loops. dist_list is a kicost() input parameter.
The text was updated successfully, but these errors were encountered:
When I run KiCost from the GUI, it call the
kicost()
( last version to avoid other process and in next release fix #144).But, if I ask to not scrape some distributor (and because it, this is removed from
distributor_dict
)m the next call from the GUI, without restart, hangs KiCost.Way to solution: not pop the
distributor_dict
, instead usedistributor_dict[dist_list]
in the loops.dist_list
is akicost()
input parameter.The text was updated successfully, but these errors were encountered: