Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Wrap individual function calls in run_batch in try-except block #46

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

If there is an error in a single run_batch function, only that function should fail. run_batch should continue and run all the functions it can.

This is important because the frontend UI will send a batch of updates, and if one of them contains an error due to user input, or fails for whatever reason, the rest should still run successfully.

Apollys commented 2 years ago

Fixed.