Remove code.interact or replace with raise Exception
Closed this issue · 1 comments
srwbsw commented
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.