- Removed self from def handle_db_error

This commit is contained in:
Olli Suutari 2016-10-04 17:21:40 +03:00
parent 5d9d76f62d
commit 0887ca6645
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def get_db_path(plugin_name, db_file_name=None):
name=db_file_name)
def handle_db_error(self, plugin_name, db_file_name):
def handle_db_error(plugin_name, db_file_name):
"""
Log and report to the user that a database cannot be loaded