mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
a698af8b0c
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ def _get_app_settings(app_id):
|
|||
settings = yaml.load(f)
|
||||
if app_id == settings['id']:
|
||||
return settings
|
||||
except (IOError, KeyError):
|
||||
except (IOError, TypeError, KeyError):
|
||||
logger.exception(m18n.n('app_not_correctly_installed',
|
||||
app=app_id))
|
||||
return {}
|
||||
|
|
Loading…
Add table
Reference in a new issue