From ecaedc2e116cbf25102f5219c924dad10d20430e Mon Sep 17 00:00:00 2001 From: Kload Date: Tue, 29 Oct 2013 13:40:44 +0000 Subject: [PATCH] App setting bugfix --- yunohost_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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