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 using the criterion climin.stops.OnSignal with signal.SIGUSR1 the module fails with the following message:
Exception TypeError: 'signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object' in <bound method OnSignal.del of <climin.stops.stops.OnSignal object at 0x22b58fd0>> ignored
The text was updated successfully, but these errors were encountered:
When using the criterion
climin.stops.OnSignal
withsignal.SIGUSR1
the module fails with the following message:Exception TypeError: 'signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object' in <bound method OnSignal.del of <climin.stops.stops.OnSignal object at 0x22b58fd0>> ignored
The text was updated successfully, but these errors were encountered: