- Improved one comment

This commit is contained in:
Olli Suutari 2016-10-04 15:27:52 +03:00
parent ece524e2a1
commit 421555e578
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ def handle_db_error(plugin_name, db_file_name):
critical_error_message_box(translate('OpenLP.Manager', 'Database Error'),
translate('OpenLP.Manager',
'OpenLP cannot load your database.\n\nDatabase: {db}').format(db=db_path))
# If the path (Eg. C:/ or D:/) does not exists in the system, return and def load will handle the missing
# If the path (Eg. C:/ or D:/) does not exists in the system, return.
# In this case def load in advancedtab.py will handle the missing database.
except FileNotFoundError:
return