Quote:
Originally Posted by chaley
FYI: in the library_about_to_change event the old database can be None, which it probably is when check library is used because there isn't a previous database. That is why you are getting the exception. You should be able to avoid it by disabling any actions that depend on that event.
|
Thanks for pointing out the cause of the problem. A new version 1.17.2 is released. Should fix the problem.