diff --git a/yunohost_app.py b/yunohost_app.py index 04908a71..8d9fcc5b 100644 --- a/yunohost_app.py +++ b/yunohost_app.py @@ -525,7 +525,7 @@ def app_setting(app, key, value=None): app_settings = yaml.load(f) except IOError: # Do not fail if setting file is not there - pass + app_settings = {} if value is None: # Get the value