Skip to content

Releases: metabolize/harrison

Bugfix

27 Jun 14:38
Compare
Choose a tag to compare

Fixes a crash in the case where the module name cannot be discovered.

Now with TimeoutTimer

10 Jun 15:37
Compare
Choose a tag to compare

This release adds a TimeoutTimer context manager class to the harrison.timer module.
This class functions as a Timer context manager class but takes a timeout argument as its first argument specifying a number of seconds. If the the context manager has not been exited before that number of seconds, a TimeoutError is raised.