Closed Denrask closed 1 year ago
Hi @Denrask, which version of the plugin are you using?
Ok, I can verify this behavior. It was fixed in the past, but somehow this turns out to cause problems again.
Related: https://github.com/pythonnet/pythonnet/pull/777
The behavior with regards to init sigs seems to be correct, so it must be something else.
Thank you, @rmadsen-ks !
If I have Python plugin installed in my OpenTAP installation, then CTRL+C never triggers ICliAction cancellation.
Without Python installed, CTRL+C as expected hits the "return 0" line. With Python installed, nothing happens when pressing CTRL+C.
Additional notes: