Skip to content

Bugfixes and KeyboardInterrupt support

Compare
Choose a tag to compare
@KoljaB KoljaB released this 09 Nov 15:36
· 136 commits to master since this release
  • Bugfix for Mac OS Installation (occured int the context of multiprocessing with the usage of queue.size(), changed to use multiprocessing.Manager().Queue() which should work under Mac)
  • KeyboardInterrupt handling (we can now abort the recorder with CTRL+C)
  • Bugfix for spinner handling (could lead to exception in some cases, AttributeError: 'NoneType' object has no attribute '_interval')