enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Don't raise `ConditionTimeoutError` if event loop does not time out #1182

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

Fixes #1181.

Also checks whether the condition was ever called and gives different messages depending on the cases.

corranwebster commented 1 year ago

Thanks