Fling-Asia/tonydbc

Remove code.interact or replace with raise Exception

Closed this issue · 1 comments

Program running in infinite loop which can handle normal exception will be disrupted by the code.interact and stop running. Removing code.interact completely or add new parameter to suppress this and raise exception instead.

Added environment variable INTERACT_AFTER_ERROR to suppress code.interact and raise error as normal with fa22f3e